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>2016-11-16 19:18:10 +0300
committerLukas Stockner <lukas.stockner@freenet.de>2016-11-16 19:27:34 +0300
commit5c4b97a13060b1936235e19b3707ceea853ad082 (patch)
treef1f7d76b2003334aa0dce6efad6ad9b018f94fe7 /source/blender/makesdna
parent8478bce73b537aec5ba3a3428e628374822598c9 (diff)
Cycles: Add options for NLM and collaborative filtering
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 103c4d18f2e..71bee613c3f 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -266,6 +266,8 @@ typedef enum SceneDenoiseFlag {
SCE_DENOISE_TRANSIND = (1 << 7),
SCE_DENOISE_SUBDIR = (1 << 8),
SCE_DENOISE_SUBIND = (1 << 9),
+ SCE_DENOISE_NLM_WEIGHTS = (1 << 10),
+ SCE_DENOISE_COLLABORATIVE = (1 << 11),
} SceneDenoiseFlag;
/* srl->passflag */