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:
authorSergey Sharybin <sergey@blender.org>2021-11-24 17:52:50 +0300
committerSergey Sharybin <sergey@blender.org>2021-11-25 11:50:33 +0300
commit40d28b40dfd0b0093263947f66fc1760abd55ad6 (patch)
tree661e6f14a44e7479a6372f53fd0ae55c0ef8dfc0 /intern/cycles/kernel
parentb41c72b710d4013fd6d67dc49a8ebb2a416b4462 (diff)
Fix black Cycles result when cancelling tiled rendering with shadow catcher
Noticed when was looking into T93155. Steps to reproduce: - Open the .blend file from the report - Hit F12 to start rendering - After some tiles were rendered hit Esc The issue is caused by "sticky" cancel reported via Progress. This means that once user hit Esc all further requests for cancel state will return truth, which was preventing OIDN denoiser from completing the denoising task. Now only allow stopping the denoiser when interactive rendering requests a very fast stopping. Aiming the fix for 3.0 branch. Differential Revision: https://developer.blender.org/D13352
Diffstat (limited to 'intern/cycles/kernel')
0 files changed, 0 insertions, 0 deletions