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:
authorLukas Stockner <lukas.stockner@freenet.de>2017-04-13 01:00:22 +0300
committerLukas Stockner <lukas.stockner@freenet.de>2017-04-13 05:52:32 +0300
commit2eea3d1d29995aa7134a6002ada05806f822ee09 (patch)
treef934a94af7b1c82cbe2a748dc137b26fe18a6435 /source/blender/makesdna
parent199f8e9018a6baee89f3a43884dabed3edf6a116 (diff)
Cycles Denoising: Add back the feature strength option
Note: The control is now different, reusing old values might give surprising results
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h4
1 files changed, 2 insertions, 2 deletions
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;