Blender Git Commit Log
Git Commits -> Revision a57ba41
Revision a57ba41 by Richard Antalik (master) August 23, 2021, 22:58 (GMT) |
Fix T88237: Prefetch crash on rendering scene strip Prefetch needs to avoid rendering scene strips, because - Rendering in background needs own dependency graph, which fails to initialize from evaluated data. - This locks UI and can make it unresponsive for long time periods. In T88237 prefetch failed to avoid scene strip, because of effect strip was attached to scene strip. Ensure, that no effect that is attached to scene strip either directly or indirectly would be rendered. Reviewed By: sergey Differential Revision: https://developer.blender.org/D11247 |
Commit Details:
Full Hash: a57ba4147f1344e9379a271fc752036969574a2d
Parent Commit: 709ce44
Lines Changed: +75, -47
1 Modified Path:
/source/blender/sequencer/intern/prefetch.c (+75, -47) (Diff)