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-11 17:54:10 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-07-11 17:54:20 +0300
commitad03a06d3c46f7a1ddb81e5d2c1406457b8f4507 (patch)
tree6e9c21d6da79016f15bd68e18582ccb60a0f3cf6 /source/blender/makesdna/DNA_lightprobe_types.h
parentb1c2f4d468c91a257fbc696700521509325aa6f4 (diff)
Eevee: LightCache: Fix autobake starting when it should not
Diffstat (limited to 'source/blender/makesdna/DNA_lightprobe_types.h')
-rw-r--r--source/blender/makesdna/DNA_lightprobe_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_lightprobe_types.h b/source/blender/makesdna/DNA_lightprobe_types.h
index c06d75a4021..81286e5e4d0 100644
--- a/source/blender/makesdna/DNA_lightprobe_types.h
+++ b/source/blender/makesdna/DNA_lightprobe_types.h
@@ -169,6 +169,7 @@ enum {
LIGHTCACHE_UPDATE_CUBE = (1 << 4),
LIGHTCACHE_UPDATE_GRID = (1 << 5),
LIGHTCACHE_UPDATE_WORLD = (1 << 6),
+ LIGHTCACHE_UPDATE_AUTO = (1 << 7),
};
/* EEVEE_LightCacheTexture->data_type */