Blender Git Commit Log

Git Commits -> Revision 4b69e55

Revision 4b69e55 by Richard Antalik (master)
August 17, 2020, 18:19 (GMT)
Fix T79757: Crash on prefetch when renaming strips

Original sequence lookup failed, becase name changed in another thread.
Fix is same as 0471349c90df - stop prefetching before changing content
of seqbase.

I have covered more cases, and added assert so it is more obvious that
issue is in lookup, and it shouldn't fail.

Reviewed By: sergey

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

Commit Details:

Full Hash: 4b69e55da358cbfe98fd9ac85151a7107315959b
Parent Commit: 2b896fc
Lines Changed: +9, -0

3 Modified Paths:

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