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:
authorClément Foucault <foucault.clem@gmail.com>2018-07-23 18:40:34 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-07-23 18:44:34 +0300
commit87090abb95263eb2eb830face64777a0eb3e7957 (patch)
tree0b9f3d2daea004e6bb1a7c7baf5343243b120bb1 /source/blender/blenkernel
parent17c3110ae5776bb4bfb11e240d4623ea9a80e073 (diff)
Eevee: Remove Colored volumetric option.
This option is not necessary as it uses as much memory as the mono-chromatic transmistance.
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/intern/scene.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c
index 3650fa21c1c..0574eef1a0f 100644
--- a/source/blender/blenkernel/intern/scene.c
+++ b/source/blender/blenkernel/intern/scene.c
@@ -878,7 +878,6 @@ void BKE_scene_init(Scene *sce)
sce->eevee.flag =
SCE_EEVEE_VOLUMETRIC_LIGHTS |
- SCE_EEVEE_VOLUMETRIC_COLORED |
SCE_EEVEE_GTAO_BENT_NORMALS |
SCE_EEVEE_GTAO_BOUNCE |
SCE_EEVEE_TAA_REPROJECTION |