Blender Git Commit Log

Git Commits -> Revision dddb9aa

Revision dddb9aa by Joshua Leung (master)
January 18, 2011, 23:38 (GMT)
NLA Editor: Swap Strips (Alt-F) and Bugfixes

1) Added a new operator to swap the order of strips within a track
(Alt-F).
This makes it possible to select two strips (or more precisely, two
islands of consecutive + selected strips) in a single track and change
the order in which the appear without needing a extra tracks to
perform the move through.

As usual, the non-overlapping rules apply, so there may be some cases
where swapping in this way is not possible without adjusting the
intermediate strips first manually. Otherwise, everything just gets
too tricky to manage deciding what adjustments should be done to the
obstructing strips to make a fit.

2) Freeing meta-strips didn't free their local data properly (i.e.
modifiers they may have had).

3) Adding strips to tracks, where the endframes for the strips
overlapped would cause problems with incorrect ordering of strips. I
still need to double-check whether evaluation works ok in this case...

Commit Details:

Full Hash: dddb9aa30f96961023f02846c97c955e1f2b5f0c
SVN Revision: 34395
Parent Commit: 11f8b5f
Lines Changed: +167, -3

5 Modified Paths:

/release/scripts/ui/space_nla.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+3, -3) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+158, -0) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021