Blender Git Loki

Git Commits -> Revision 0a7aaa9

Revision 0a7aaa9 by Joshua Leung (master)
October 8, 2015, 12:10 (GMT)
Fix T46236: NLA transition strips do not get resized when neighbouring strips change

Transition strips in the NLA should always stick to whatever strips are beside it,
and are allowed to grow/shrink as needed to achieve this. Previously the code here
was only checking if the neighbouring strips started encroaching on the transition,
but not whether the transition needed to grow to fill a gap. It was also just
moving all strips when there was insufficient space, even though that would alter
timing down the track.

Now transition strip resizing works as follows:
* It will grow/shrink as necessary to absorb any changes in the length of its neighbours
instead of shunting everything around to maintain its length
* If the neighbour has been resized by an amount greater than the transition's length,
all the strips will need to be shunted away to make way for the neighbour. In this
case, the transition will shrink down to being 1 frame long to ensure that it is
still visible (so that it can be removed if necessary).

Commit Details:

Full Hash: 0a7aaa99d835b37eaf4d4919088f1db7f8d1ceaf
Parent Commit: bf969e9
Lines Changed: +56, -2

1 Modified Path:

/source/blender/blenkernel/intern/nla.c (+56, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021