Blender Git Commit Log
Git Commits -> Revision a1a333a
Revision a1a333a by Richard Antalik (master) May 22, 2020, 10:59 (GMT) |
Fix T76774: Crash on prefetching sequences from another scene. 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. Reviewed By: brecht Differential Revision: https://developer.blender.org/D7750 |
Commit Details:
Full Hash: a1a333a1e92ea5757b424686c93e53d86a7a8c96
Parent Commit: 42f8d52
Lines Changed: +9, -4
1 Modified Path:
/source/blender/blenkernel/intern/seqcache.c (+9, -4) (Diff)