curve only supported radius smoothing, add smooth for tilt and weight.

This commit is contained in:
2013-07-24 14:30:45 +00:00
parent b6f58d0ea1
commit df0114a17a
5 changed files with 122 additions and 45 deletions

View File

@@ -112,7 +112,9 @@ void ED_operatortypes_curve(void)
WM_operatortype_append(SURFACE_OT_primitive_nurbs_surface_torus_add);
WM_operatortype_append(CURVE_OT_smooth);
WM_operatortype_append(CURVE_OT_smooth_weight);
WM_operatortype_append(CURVE_OT_smooth_radius);
WM_operatortype_append(CURVE_OT_smooth_tilt);
WM_operatortype_append(CURVE_OT_de_select_first);
WM_operatortype_append(CURVE_OT_de_select_last);