Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Antalik <richardantalik@gmail.com>2022-04-21 01:05:57 +0300
committerRichard Antalik <richardantalik@gmail.com>2022-04-21 03:01:10 +0300
commit3cef9ebaf81053d80228f3ad43fa91e0ca75c542 (patch)
treee241f05b2773edce6cc9dfdf3e07f0653de1d5f5 /source/blender/makesrna/intern/rna_sequencer.c
parentb67ccc333a5525f76f4e3adbb5b8115d5bba3c1a (diff)
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.
Diffstat (limited to 'source/blender/makesrna/intern/rna_sequencer.c')
0 files changed, 0 insertions, 0 deletions