Blender Git Commit Log
Git Commits -> Revision d373b43
Revision d373b43 by Richard Antalik (master) May 18, 2021, 21:41 (GMT) |
VSE: Better handling of effect strip splitting Splitting of effect strip alone wasn't handled properly. Previously this resulted in duplicating effect strip, and it was broken at least from 2.79. Change in rB8ec6b34b8eb2 was intended to allow splitting strips individually, so it can be used as RNA API function but also so it requires as little glue logic as possible. This is fixed by splitting all dependent strips at once in 2 separate ListBases for left and right strips. Strips can be finally moved into original `ListBase`. With this fix it is still possible to split strips individually with little glue logic. RNA API function could return list of split strips as well, currently at least one strip in chain will be provided so chain can be reconstructed on python side. Reviewed By: sergey Differential Revision: https://developer.blender.org/D10209 |
Commit Details:
Full Hash: d373b43f07f5403826035b5dee71b09f433b0540
Parent Commit: f7a14c1
Lines Changed: +120, -54
5 Modified Paths:
/source/blender/editors/space_sequencer/sequencer_edit.c (+2, -13) (Diff)
/source/blender/sequencer/intern/strip_edit.c (+58, -23) (Diff)
/source/blender/sequencer/intern/utils.c (+58, -18) (Diff)
/source/blender/sequencer/intern/utils.h (+1, -0) (Diff)
/source/blender/sequencer/SEQ_utils.h (+1, -0) (Diff)
/source/blender/sequencer/intern/strip_edit.c (+58, -23) (Diff)
/source/blender/sequencer/intern/utils.c (+58, -18) (Diff)
/source/blender/sequencer/intern/utils.h (+1, -0) (Diff)
/source/blender/sequencer/SEQ_utils.h (+1, -0) (Diff)