Blender Git Commit Log
Git Commits -> Revision ac38eba
Revision ac38eba by Joshua Leung (master) January 24, 2010, 06:28 (GMT) |
NLA Editor: Sync Action Extents with Referenced Range This operator can be accessed from the "Action Clip" panel, and is used to include keyframes that have been added to a strip already in the NLA. Although this is not a recommended workflow, having this ability is useful at times. |
Commit Details:
Full Hash: ac38eba721a5c0d8c9cf47c0222b38212acb9ae6
SVN Revision: 26220
Parent Commit: 351d239
Lines Changed: +121, -42
8 Modified Paths:
/source/blender/blenkernel/BKE_nla.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+25, -0) (Diff)
/source/blender/editors/space_logic/logic_buttons.c (+2, -1) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+79, -0) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+2, -0) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+9, -41) (Diff)
/source/blender/blenkernel/intern/nla.c (+25, -0) (Diff)
/source/blender/editors/space_logic/logic_buttons.c (+2, -1) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+79, -0) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+2, -0) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+9, -41) (Diff)