Docs: mention U/V direction cycling in curve select-row description
This commit is contained in:
@@ -811,7 +811,9 @@ void CURVE_OT_select_row(wmOperatorType *ot)
|
||||
/* identifiers */
|
||||
ot->name = "Select Control Point Row";
|
||||
ot->idname = "CURVE_OT_select_row";
|
||||
ot->description = "Select a row of control points including active one";
|
||||
ot->description =
|
||||
"Select a row of control points including active one. "
|
||||
"Successive use on the same point switches between U/V directions";
|
||||
|
||||
/* api callbacks */
|
||||
ot->exec = select_row_exec;
|
||||
|
||||
Reference in New Issue
Block a user