Blender Git Commit Log
Git Commits -> Revision 097801e
Revision 097801e by Joshua Leung (master) April 14, 2015, 06:39 (GMT) |
NLA: Shift-Tab toggles tweakmode AND makes that track solo To help make it more convenient to edit stashed actions, Shift-Tab (i.e. holding down the Shift key, which "tabbing" into tweakmode as usual to edit the action referenced by the active NLA strip) now flags the NLA Track that the strip occupies as being "solo" too. This allows you to use the NLA to select a stashed action, then Shift-Tab to start editing it without any other actions in the NLA stack interfering. Like the "Next/Previous Layer" tools in the Action Editor, this is designed to help with checking on stashed actions. |
Commit Details:
Full Hash: 097801e701cec7ae1e388d201ca3426153616097
Parent Commit: d841b75
Lines Changed: +96, -39
8 Modified Paths:
/release/scripts/startup/bl_ui/space_nla.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_nla.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+34, -0) (Diff)
/source/blender/editors/space_action/action_data.c (+2, -32) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+3, -1) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+41, -5) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+11, -0) (Diff)
/source/blender/blenkernel/BKE_nla.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+34, -0) (Diff)
/source/blender/editors/space_action/action_data.c (+2, -32) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+3, -1) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+41, -5) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+11, -0) (Diff)