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')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 0582dc72d8c..2e9f53c6109 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -257,7 +257,6 @@ typedef struct SceneRenderLayer {
typedef enum SceneDenoiseFlag {
SCE_DENOISE_RESULT = (1 << 0),
- SCE_DENOISE_STORE_PASSES = (1 << 1),
SCE_DENOISE_PASS_DIFFDIR = (1 << 2),
SCE_DENOISE_PASS_DIFFIND = (1 << 3),
SCE_DENOISE_PASS_GLOSSDIR = (1 << 4),