Blender Git Loki
Git Commits -> Revision 71da1e9
Revision 71da1e9 by Joshua Leung (master) December 28, 2010, 05:45 (GMT) |
Drivers Code Cleanups and UI Tweaks: - Adding drivers from the UI (not from py-scripts though) will now automatically add a "Transform Channel" driver variable to the newly created drivers. This makes setting up drivers a bit more convenient for the most commonly used case. - Drivers now report their errors using the Reports system instead of writing these directly to the console. - Clarified some comments to be more insightful about the "why's" of some design decisions, and related formatting/cleanup tweaks - Reduced scope of "path" vars to just the scope they're required in - Removed some unused defines from a failed experiment in the original Keying Sets code ("templates" and "template flags") which was superseeded by the more flexible + nicer "Builtin KeyingSets" |
Commit Details:
Full Hash: 71da1e96d174fe23da58af3119ccc7c653357585
SVN Revision: 33917
Parent Commit: 24ae6f8
Lines Changed: +85, -70
7 Modified Paths:
/source/blender/blenkernel/intern/fcurve.c (+1, -1) (Diff)
/source/blender/editors/animation/drivers.c (+58, -35) (Diff)
/source/blender/editors/include/ED_keyframing.h (+11, -4) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+3, -2) (Diff)
/source/blender/editors/space_outliner/outliner.c (+10, -9) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+0, -17) (Diff)
/source/blender/python/intern/bpy_rna.c (+2, -2) (Diff)
/source/blender/editors/animation/drivers.c (+58, -35) (Diff)
/source/blender/editors/include/ED_keyframing.h (+11, -4) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+3, -2) (Diff)
/source/blender/editors/space_outliner/outliner.c (+10, -9) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+0, -17) (Diff)
/source/blender/python/intern/bpy_rna.c (+2, -2) (Diff)