Blender Git Loki

Git Commits -> Revision 1ded3d2

Revision 1ded3d2 by Bastien Montagne (master)
January 11, 2019, 19:01 (GMT)
Fix T55668: Volume Keyframe on Cut-ted Metastrip (re-doing the fix in better way).

Fix T60194: Sequencer cut loses animation data for the right strip.

Fixing the first also fixes the second. First attempt was delaying
uniquename check at a later step of cut process, after everything had
been duplicated. While this fixed first issue, second one became even
more proeminent (it become active for all strips, and not only
video/audio movie strips in meta's).

So instead, passing along the list of (new) sequences, so that duplicated
seqs can be put there immediately, before checking for unique names,
henceforth ensuring even strips inside meta's get properly handled.

Commit Details:

Full Hash: 1ded3d2f7c04100698afdee356e2ba8d4ae2d6bd
Parent Commit: c977945
Lines Changed: +37, -20

3 Modified Paths:

/source/blender/blenkernel/BKE_sequencer.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+28, -10) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+7, -9) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021