Blender Git Commit Log
Git Commits -> Revision f1fb09a
Revision f1fb09a by Joshua Leung (master) June 22, 2009, 04:23 (GMT) |
NLA SoC: Graph Editor Menus + Operator Name Cleanup As with the DopeSheet, the names of operators in the Graph Editor have been cleaned up, and operators have been added to menus as appropriate to show their availability. Tweaked a few DopeSheet operator names to be more in line with the Graph Editor equivalents, and vica versa. TODO: now, the operator poll callbacks here need checking... |
Commit Details:
Full Hash: f1fb09a493b79e6320a651a035203dff98c3b580
SVN Revision: 21072
Parent Commit: aea9dd5
Lines Changed: +349, -235
10 Modified Paths:
/source/blender/editors/space_action/action_edit.c (+6, -6) (Diff)
/source/blender/editors/space_action/action_header.c (+10, -10) (Diff)
/source/blender/editors/space_action/action_intern.h (+3, -3) (Diff)
/source/blender/editors/space_action/action_ops.c (+6, -6) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+3, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+46, -46) (Diff)
/source/blender/editors/space_graph/graph_header.c (+171, -60) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+25, -25) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+71, -68) (Diff)
/source/blender/editors/space_graph/graph_select.c (+8, -8) (Diff)
/source/blender/editors/space_action/action_header.c (+10, -10) (Diff)
/source/blender/editors/space_action/action_intern.h (+3, -3) (Diff)
/source/blender/editors/space_action/action_ops.c (+6, -6) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+3, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+46, -46) (Diff)
/source/blender/editors/space_graph/graph_header.c (+171, -60) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+25, -25) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+71, -68) (Diff)
/source/blender/editors/space_graph/graph_select.c (+8, -8) (Diff)