Blender Git Loki
Git Commits -> Revision aea9dd5
Revision aea9dd5 by Joshua Leung (master) June 22, 2009, 03:26 (GMT) |
NLA SoC: DopeSheet Cleanups * Replaced old-style menu defines with the new-style Layout Engine ones. These are now much cleaner as a result :) * Wrapped DopeSheet and Graph Editors in RNA to allow them to use the new Layout Engine for menu drawing * Shortened the names of operators in the DopeSheet, removing the "keyframes" prefix since that's the only real context which can operate there. * Standardised a few names, and renamed a confusingly named operator (cfrasnap -> jump to frame) |
Commit Details:
Full Hash: aea9dd598c72fa5ee4bcbe6198b3b81e739373a1
SVN Revision: 21070
Parent Commit: ed316ad
Lines Changed: +325, -1540
9 Modified Paths:
/source/blender/editors/include/ED_anim_api.h (+1, -2) (Diff)
/source/blender/editors/space_action/action_edit.c (+30, -30) (Diff)
/source/blender/editors/space_action/action_header.c (+119, -1434) (Diff)
/source/blender/editors/space_action/action_intern.h (+18, -17) (Diff)
/source/blender/editors/space_action/action_ops.c (+45, -44) (Diff)
/source/blender/editors/space_action/action_select.c (+8, -8) (Diff)
/source/blender/editors/space_nla/nla_header.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+97, -5) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+30, -30) (Diff)
/source/blender/editors/space_action/action_header.c (+119, -1434) (Diff)
/source/blender/editors/space_action/action_intern.h (+18, -17) (Diff)
/source/blender/editors/space_action/action_ops.c (+45, -44) (Diff)
/source/blender/editors/space_action/action_select.c (+8, -8) (Diff)
/source/blender/editors/space_nla/nla_header.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+97, -5) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)