Blender Git Commit Log
Git Commits -> Revision d00a3c8
Revision d00a3c8 by Joshua Leung (master) July 7, 2011, 03:35 (GMT) |
Outliner RMB Menu - AnimData mangement * When clicking on "Animation" items in the Outliner, there's now a menu containing from which you can change the action used, and refresh/delete all drivers. * Moved action-setting logic for AnimData actions to a single utility function in anim_sys, since this was starting to be done in too many places already. * Fixed Outliner refresh bug after changing the active action |
Commit Details:
Full Hash: d00a3c8ddf4f722ae829bbfa025fb09446a8fba3
SVN Revision: 38172
Parent Commit: 34c5784
Lines Changed: +329, -59
8 Modified Paths:
/source/blender/blenkernel/BKE_animsys.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+54, -0) (Diff)
/source/blender/editors/space_outliner/outliner.c (+258, -23) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+2, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+1, -36) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+54, -0) (Diff)
/source/blender/editors/space_outliner/outliner.c (+258, -23) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+2, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+1, -36) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+1, -0) (Diff)