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/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index bb17b10b299..e292e1a8456 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -446,6 +446,12 @@ enum {
OB_PAINT = 100, /* temporary used in draw code */
};
+enum {
+ OB_LIGHTING_FLAT = 0,
+ OB_LIGHTING_STUDIO = 1,
+ OB_LIGHTING_SCENE = 2
+};
+
/* dtx: flags (short) */
enum {
OB_DRAWBOUNDOX = 1 << 0,