Blender Git Commit Log

Git Commits -> Revision 98990f6

Revision 98990f6 by Richard Antalik (master)
May 1, 2020, 19:22 (GMT)
Fix T76033: VSE crash with prefetch, disk cache and meta strips

`BKE_sequencer_prefetch_get_original_sequence()` didn't look in metas
and returned NULL. This caused crash in disk cache that was trying to
read seq->name.

Add function that will look in meta strips recursively and condition
that seq must not be NULL.

Reviewed By: brecht

Maniphest Tasks: T76033

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

Commit Details:

Full Hash: 98990f6ba439b496e8680d5043ebb18365b9e054
Parent Commit: b52b5e1
Lines Changed: +27, -9

2 Modified Paths:

/source/blender/blenkernel/intern/seqcache.c (+8, -0) (Diff)
/source/blender/blenkernel/intern/seqprefetch.c (+19, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021