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>2017-06-16 16:00:02 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-06-19 11:47:56 +0300
commit83a001267aba8f2ef193ac1d3520b27374689249 (patch)
tree36db6a4af4952f491af5867d391fcf41a12c689c /source/blender/makesdna
parent9a5cb2e6f8fcb50a2811f38e7712ca8e49aae81b (diff)
Probe: Add planar type.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_lightprobe_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_lightprobe_types.h b/source/blender/makesdna/DNA_lightprobe_types.h
index 779528dd3d8..e65c36672b5 100644
--- a/source/blender/makesdna/DNA_lightprobe_types.h
+++ b/source/blender/makesdna/DNA_lightprobe_types.h
@@ -73,8 +73,7 @@ typedef struct LightProbe {
enum {
LIGHTPROBE_TYPE_CUBE = 0,
LIGHTPROBE_TYPE_PLANAR = 1,
- LIGHTPROBE_TYPE_IMAGE = 2,
- LIGHTPROBE_TYPE_GRID = 3,
+ LIGHTPROBE_TYPE_GRID = 2,
};
/* Probe->flag */