Blender Git Commit Log

Git Commits -> Revision ff1d599

Revision ff1d599 by Philipp Oeser (master)
July 30, 2020, 15:29 (GMT)
Fix T79357: VSE crash on prefetching when performing cuts

Caused by {rBa1a333a1e92e}

`BKE_sequencer_prefetch_get_original_sequence` cant get a sequence in
`BKE_sequencer_cache_put`.

rBa1a333a1e92e moved multiple NULL checks (including the one checking
seq) above BKE_sequencer_prefetch_get_original_sequence (this should
never return NULL really, but this is for another fix).

So solution suggested by @ISS is to just stop prefetching all together
before changing content of seqbase.

Maniphest Tasks: T79357

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

Commit Details:

Full Hash: ff1d5991726407a8f8cba3c9a5aac7da34be54bd
Parent Commit: 9cac158
Lines Changed: +2, -0

1 Modified Path:

/source/blender/editors/space_sequencer/sequencer_edit.c (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021