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 16505aa84a - Show all commits

View File

@ -1027,7 +1027,7 @@ static void CURVES_OT_select_more(wmOperatorType *ot)
{ {
ot->name = "Select More"; ot->name = "Select More";
ot->idname = __func__; ot->idname = __func__;
ot->description = "Grow the selection by one point."; ot->description = "Grow the selection by one point";
ot->exec = select_more_exec; ot->exec = select_more_exec;
ot->poll = editable_curves_point_domain_poll; ot->poll = editable_curves_point_domain_poll;