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:
authorCampbell Barton <ideasman42@gmail.com>2018-12-17 06:49:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-17 06:49:16 +0300
commit21c1c3c59c2309512293619cc58f9fe5a1edef2e (patch)
tree9c82e77882597a1be457a4c0dedaedddd9ad9704 /source/blender/makesdna/DNA_object_types.h
parent365ef098155fddbdcf0beac60c171bd9e486c747 (diff)
3D View: empty image option to show front/back
Only back was possible.
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 16ca673c83b..606cbe66d0d 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -614,6 +614,7 @@ enum {
OB_EMPTY_IMAGE_HIDE_PERSPECTIVE = 1 << 0,
OB_EMPTY_IMAGE_HIDE_ORTHOGRAPHIC = 1 << 1,
OB_EMPTY_IMAGE_HIDE_BACK = 1 << 2,
+ OB_EMPTY_IMAGE_HIDE_FRONT = 1 << 3,
};
#define MAX_DUPLI_RECUR 8