WIP: uv-simple-select #1

Closed
Chris Blackbourn wants to merge 182 commits from uv-simple-select into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 0bd9a9ab59 - Show all commits

View File

@ -3077,7 +3077,6 @@ static int view3d_select_exec(bContext *C, wmOperator *op)
* generic attribute for now. */ * generic attribute for now. */
DEG_id_tag_update(&curves_id.id, ID_RECALC_GEOMETRY); DEG_id_tag_update(&curves_id.id, ID_RECALC_GEOMETRY);
WM_event_add_notifier(C, NC_GEOM | ND_DATA, &curves_id); WM_event_add_notifier(C, NC_GEOM | ND_DATA, &curves_id);
return true;
} }
} }
} }