Descriptions for some of curve operators

This commit is contained in:
Sergey Sharybin 2011-04-04 20:31:01 +00:00
parent 6f20760818
commit 83931775a1

@ -3581,6 +3581,7 @@ void CURVE_OT_spline_type_set(wmOperatorType *ot)
/* identifiers */
ot->name= "Set Spline Type";
ot->description = "Set type of actibe spline";
ot->idname= "CURVE_OT_spline_type_set";
/* api callbacks */
@ -3623,6 +3624,7 @@ void CURVE_OT_handle_type_set(wmOperatorType *ot)
/* identifiers */
ot->name= "Set Handle Type";
ot->description = "Set type of handles for selected control points";
ot->idname= "CURVE_OT_handle_type_set";
/* api callbacks */
@ -4745,6 +4747,7 @@ void CURVE_OT_extrude(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Extrude";
ot->description = "Extrude selected control point(s) and move";
ot->idname= "CURVE_OT_extrude";
/* api callbacks */
@ -4873,6 +4876,7 @@ void CURVE_OT_cyclic_toggle(wmOperatorType *ot)
/* identifiers */
ot->name= "Toggle Cyclic";
ot->description = "Make active spline closed/opened loop";
ot->idname= "CURVE_OT_cyclic_toggle";
/* api callbacks */
@ -5619,6 +5623,7 @@ void CURVE_OT_duplicate(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Duplicate";
ot->description = "Duplicate selected control points and segments between them";
ot->idname= "CURVE_OT_duplicate";
/* api callbacks */
@ -5984,6 +5989,7 @@ void CURVE_OT_delete(wmOperatorType *ot)
/* identifiers */
ot->name= "Delete";
ot->description = "Delete selected control points or segments";
ot->idname= "CURVE_OT_delete";
/* api callbacks */