Page MenuHome

Fix T76774: Crash on prefetching sequences from another scene.
ClosedPublic

Authored by Richard Antalik (ISS) on May 16 2020, 1:29 AM.

Details

Summary

When rendering another scene, caching in disabled by setting
local_context.skip_cache = true. Precondition checking for this flag was
missing in BKE_sequencer_cache_get and it wasn't first thing to check in
BKE_sequencer_cache_put.

Diff Detail

Repository
rB Blender

Event Timeline

Richard Antalik (ISS) requested review of this revision.May 16 2020, 1:30 AM
This revision is now accepted and ready to land.May 20 2020, 5:17 PM