Drivers Editing: Added "Copy/Paste" buttons beside "Add Variable" for copying all variables from one driver to another
This was a feature request from a few years back (IIRC from ZanQdo?) to make it easier to reuse one set of driver variables across several different drivers. Dev Notes: * Finally it's done! All that trouble for two little buttons. * Grr... cmake... grrr!
This commit is contained in:
@@ -148,6 +148,11 @@ void GRAPH_OT_fmodifier_paste(struct wmOperatorType *ot);
|
||||
|
||||
/* ----------- */
|
||||
|
||||
void GRAPH_OT_driver_variables_copy(struct wmOperatorType *ot);
|
||||
void GRAPH_OT_driver_variables_paste(struct wmOperatorType *ot);
|
||||
|
||||
/* ----------- */
|
||||
|
||||
void GRAPH_OT_ghost_curves_create(struct wmOperatorType *ot);
|
||||
void GRAPH_OT_ghost_curves_clear(struct wmOperatorType *ot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user