Blender Git Commit Log
Git Commits -> Revision f0f9034
Revision f0f9034 by Joshua Leung (master) June 11, 2009, 03:19 (GMT) |
NLA SoC: Operator for adding new NLA-Tracks New tracks can be added in the following ways (with the mouse hovering over the channels-list): * Shift-A - this will add a new track at the top of the stack (i.e. above all the existing NLA-tracks but below the Active Action) for every AnimData block where there was a selected NLA-Track * Ctrl-Shift-A - this will add a new track above every selected one |
Commit Details:
Full Hash: f0f9034966be8692250686aee74048294960aad3
SVN Revision: 20801
Parent Commit: 4a29d0c
Lines Changed: +94, -6
6 Modified Paths:
/source/blender/blenkernel/BKE_nla.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/nla.c (+9, -4) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+73, -0) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+2, -0) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+8, -1) (Diff)
/source/blender/blenkernel/intern/nla.c (+9, -4) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+73, -0) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+2, -0) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+8, -1) (Diff)