Blender Git Loki
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