Fix #29577: repeat curve duplication not working in 2.60(as well as 2.61rc1)
Issue was caused by direct call of transforn operator from extrude and duplicate, made them macro of duplicate/exturde and transform, so now repeating works nicely.
This commit is contained in:
@@ -47,6 +47,7 @@ struct BPoint;
|
||||
|
||||
/* curve_ops.c */
|
||||
void ED_operatortypes_curve(void);
|
||||
void ED_operatormacros_curve(void);
|
||||
void ED_keymap_curve (struct wmKeyConfig *keyconf);
|
||||
|
||||
/* editcurve.c */
|
||||
|
||||
Reference in New Issue
Block a user