Sculpt-dev: fix another merge error

This commit is contained in:
Joseph Eagar 2022-01-25 16:51:22 -08:00
parent 7eb1dd08ba
commit 20a8d55bf3
1 changed files with 2 additions and 0 deletions

View File

@ -506,6 +506,8 @@ static int geometry_attribute_convert_exec(bContext *C, wmOperator *op)
DEG_id_tag_update(&mesh->id, ID_RECALC_GEOMETRY);
WM_main_add_notifier(NC_GEOM | ND_DATA, &mesh->id);
return OPERATOR_FINISHED;
}
static void geometry_attribute_convert_ui(bContext *UNUSED(C), wmOperator *op)