mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 15:32:15 -05:00
Docs: mention U/V direction cycling in curve select-row description
This commit is contained in:
parent
d18fb4010c
commit
d675e886d4
1 changed files with 3 additions and 1 deletions
|
@ -811,7 +811,9 @@ void CURVE_OT_select_row(wmOperatorType *ot)
|
||||||
/* identifiers */
|
/* identifiers */
|
||||||
ot->name = "Select Control Point Row";
|
ot->name = "Select Control Point Row";
|
||||||
ot->idname = "CURVE_OT_select_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 */
|
/* api callbacks */
|
||||||
ot->exec = select_row_exec;
|
ot->exec = select_row_exec;
|
||||||
|
|
Loading…
Reference in a new issue