Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Antalik <richardantalik@gmail.com>2021-08-24 01:58:01 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-08-24 01:58:01 +0300
commita57ba4147f1344e9379a271fc752036969574a2d (patch)
tree2042902f9c0f3f8d33e5bd57cf778ba3ba37417d /source/blender/sequencer/intern/strip_relations.c
parent709ce44617bf8c41b5bfe9a93aa58e9140323428 (diff)
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
Diffstat (limited to 'source/blender/sequencer/intern/strip_relations.c')
0 files changed, 0 insertions, 0 deletions