Blender Git Loki
Git Commits -> Revision 364b6b2
Revision 364b6b2 by Antonis Ryakiotakis (master) April 13, 2015, 12:30 (GMT) |
New operator for action and graph editor that centers around current scene frame, bound to numberpad zero. |
Commit Details:
Full Hash: 364b6b29ff2ea19a31fdfc8e08b75ce0d46df40b
Parent Commit: d1f9fca
Lines Changed: +74, -4
10 Modified Paths:
/release/scripts/startup/bl_ui/space_dopesheet.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_graph.py (+1, -0) (Diff)
/source/blender/editors/include/UI_view2d.h (+1, -1) (Diff)
/source/blender/editors/interface/view2d_ops.c (+15, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+24, -1) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+4, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+23, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+3, -1) (Diff)
/release/scripts/startup/bl_ui/space_graph.py (+1, -0) (Diff)
/source/blender/editors/include/UI_view2d.h (+1, -1) (Diff)
/source/blender/editors/interface/view2d_ops.c (+15, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+24, -1) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+4, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+23, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+3, -1) (Diff)