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:
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-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;