Blender Git Loki
Git Commits -> Revision 69ee6c9
Revision 69ee6c9 by Joshua Leung (master) April 15, 2016, 08:05 (GMT) |
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! |
Commit Details:
Full Hash: 69ee6c986657bf0d6bf631277751d24e72d76bac
Parent Commit: c97b0b1
Lines Changed: +329, -30
11 Modified Paths:
/source/blender/blenkernel/BKE_fcurve.h (+5, -1) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+31, -18) (Diff)
/source/blender/editors/animation/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/animation/drivers.c (+115, -1) (Diff)
/source/blender/editors/include/ED_keyframing.h (+14, -0) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+21, -9) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+128, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+5, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+31, -18) (Diff)
/source/blender/editors/animation/CMakeLists.txt (+4, -0) (Diff)
/source/blender/editors/animation/drivers.c (+115, -1) (Diff)
/source/blender/editors/include/ED_keyframing.h (+14, -0) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+21, -9) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+128, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+5, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -0) (Diff)