Blender Git Commit Log
Git Commits -> Revision b973911
Revision b973911 by Joshua Leung (master) April 16, 2016, 15:44 (GMT) |
Anim Editors: "View Frame" Operator - Code Cleanups/Reshuffling + NLA/Timeline Support * Reshuffled code for existing "View Frame" implementations, and removed leftover comment from some of the the copy-and-paste used to build it. * Added support for this operator in the NLA and Timeline |
Commit Details:
Full Hash: b973911feeec1bf487b35245005406fb32018cbf
Parent Commit: 5d6b695
Lines Changed: +88, -21
8 Modified Paths:
/release/scripts/startup/bl_ui/space_nla.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_time.py (+5, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+14, -10) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+13, -10) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+24, -0) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+2, -0) (Diff)
/source/blender/editors/space_time/time_ops.c (+28, -0) (Diff)
/release/scripts/startup/bl_ui/space_time.py (+5, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+14, -10) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+13, -10) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+24, -0) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+2, -0) (Diff)
/source/blender/editors/space_time/time_ops.c (+28, -0) (Diff)