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-03-24 18:31:57 +0300
committerLukas Stockner <lukas.stockner@freenet.de>2017-03-24 18:46:16 +0300
commitf8bb5aac2627403aac3b068902315995a5f4ba41 (patch)
tree6b44ecfd47b9abd7ebc5f98ef580ddddb699a902 /source/blender/makesdna
parent394f0391cc45b1b43f569a040ab4064978e35b3b (diff)
Cycles Denoising: Rename half window to radius
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 2e9f53c6109..5569dc823bd 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -228,7 +228,7 @@ typedef struct SceneRenderLayer {
int pass_xor;
int denoiseflag;
- int denoise_half_window;
+ int denoising_radius;
float denoise_strength;
float denoise_weighting;