From 2eea3d1d29995aa7134a6002ada05806f822ee09 Mon Sep 17 00:00:00 2001 From: Lukas Stockner Date: Thu, 13 Apr 2017 00:00:22 +0200 Subject: Cycles Denoising: Add back the feature strength option Note: The control is now different, reusing old values might give surprising results --- source/blender/makesdna/DNA_scene_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h index c3e78993d15..47df1f9fbde 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -230,11 +230,11 @@ typedef struct SceneRenderLayer { int denoising_flag; int denoising_radius; float denoising_weighting; + float denoising_feature_strength; int samples; float pass_alpha_threshold; - - int pad; + struct FreestyleConfig freestyleConfig; } SceneRenderLayer; -- cgit v1.2.3