Blender Git Commit Log

Git Commits -> Revision 1586570

Revision 1586570 by Joshua Leung (master)
July 6, 2009, 11:06 (GMT)
NLA SoC: More work on Meta-Strips

* Added several API functions for Meta-Strips editing. One of these (flush transform) still needs a few tweaks before it does its job well enough for all cases.

* Meta strips are now drawn with a purple-ish colour. The start/end points of the strips they encompass are shown with lines along the length of the strips, with lines starting from the top indicating start-points and lines starting from the bottom indicating end-points.

* Meta strips can be made (i.e. strips can be assigned to meta-strips) by selecting some strips and pressing Shift-G.
Meta strips can be removed by selecting some meta-strips and pressing Alt-G.

* Strips can now be 'snapped' to start from: the current frame, the nearest frame, the nearest second, or the nearest marker; using the Shift-S hotkey.
'Islands' of adjacent selected strips occurring in the same track are moved together as a single strip so that the start-point of the first strip is on the sepcified time, but all the relative lengths of strips stay the same. Internally, temporary meta-strips are created to facilitate this.

Commit Details:

Full Hash: 158657026122d3b169f1bea12a69ff8eb16bbe04
SVN Revision: 21381
Parent Commit: f87fcde
Lines Changed: +415, -9

9 Modified Paths:

/source/blender/blenkernel/BKE_nla.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+193, -0) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+38, -1) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+142, -6) (Diff)
/source/blender/editors/space_nla/nla_header.c (+16, -0) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+5, -0) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+12, -0) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021