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:
authorBrecht Van Lommel <brecht@blender.org>2021-10-28 16:44:50 +0300
committerBrecht Van Lommel <brecht@blender.org>2021-10-28 17:01:07 +0300
commitcefb0122b4973d8311955a163de4cf16b475edc1 (patch)
treea3217f3b99cb153c1f7d748573f5dfb864a32c63 /intern/cycles/scene/film.cpp
parent43f97393bb5e394c2a7320a0236f1d64f12fa9af (diff)
Fix T92526: Cycles viewport denoiser red tint after recent changes
Diffstat (limited to 'intern/cycles/scene/film.cpp')
-rw-r--r--intern/cycles/scene/film.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/scene/film.cpp b/intern/cycles/scene/film.cpp
index b6480fa64f1..591f309384e 100644
--- a/intern/cycles/scene/film.cpp
+++ b/intern/cycles/scene/film.cpp
@@ -194,6 +194,7 @@ void Film::device_update(Device *device, DeviceScene *dscene, Scene *scene)
/* Mark passes as unused so that the kernel knows the pass is inaccessible. */
kfilm->pass_denoising_normal = PASS_UNUSED;
kfilm->pass_denoising_albedo = PASS_UNUSED;
+ kfilm->pass_denoising_depth = PASS_UNUSED;
kfilm->pass_sample_count = PASS_UNUSED;
kfilm->pass_adaptive_aux_buffer = PASS_UNUSED;
kfilm->pass_shadow_catcher = PASS_UNUSED;