Blender Git Commit Log

Git Commits -> Revision 5dcf164

March 3, 2021, 17:15 (GMT)
VSE: Refactor meta operators

Move low level logic to module code and versioning logic to versioning code.

Metas strip position was handled in diffrent way compared to other strips.
This was introduced in c8b0d25794be as bugfix for T28158.
I disagree with such design. Meta strips should be handled in same way as
any other strips.

I have tested this change and haven't found any problems.
No problems after checking T28158 as well.
There should be no functional changes on user level.

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D9972

Commit Details:

Full Hash: 5dcf164932ab0ab98567f526d43dd85a626e2ea3
Parent Commit: 1a2ab21
Committed By: Julian Eisel
Lines Changed: +162, -235

7 Modified Paths:

/source/blender/blenloader/intern/versioning_290.c (+33, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+44, -165) (Diff)
/source/blender/editors/space_sequencer/sequencer_select.c (+25, -0) (Diff)
/source/blender/editors/transform/transform_convert_sequencer.c (+4, -48) (Diff)
/source/blender/sequencer/intern/sequencer.c (+52, -0) (Diff)
/source/blender/sequencer/intern/strip_time.c (+0, -22) (Diff)
/source/blender/sequencer/SEQ_sequencer.h (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021