Merge branch 'blender-v2.92-release'

This commit is contained in:
Patrick Mours 2021-01-29 13:35:21 +01:00
commit b2e00e8f8e
1 changed files with 3 additions and 1 deletions

View File

@ -100,7 +100,9 @@ class DenoiseParams {
neighbor_frames = 2;
clamp_input = true;
input_passes = DENOISER_INPUT_RGB_ALBEDO_NORMAL;
/* Default to color + albedo only, since normal input does not always have the desired effect
* when denoising with OptiX. */
input_passes = DENOISER_INPUT_RGB_ALBEDO;
start_sample = 0;
}