This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/sequencer/intern
Richard Antalik 3cef9ebaf8 Fix T97356: Crash when adding adjustment layer strip
Crash was caused by incorrectly assuming, that rendered strip is meta
when editing code in bulk, but this wasn't true and strip had no
channels initialized, which caused crash on NULL dereference.

Correct approach is to find list of channels where on same level as
rendered strip, similar to how `SEQ_get_seqbase_by_seq` function works
for list of strips.
2022-04-21 02:01:10 +02:00
..
2022-04-07 14:34:51 +10:00
2022-04-04 12:56:43 +02:00
2022-04-04 12:56:43 +02:00
2022-02-11 09:14:36 +11:00
2022-04-04 12:56:43 +02:00
2022-04-04 12:56:43 +02:00
2022-02-11 09:14:36 +11:00
2022-04-04 12:56:43 +02:00
2022-04-04 12:56:43 +02:00
2022-02-11 09:14:36 +11:00