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:
authorJeroen Bakker <j.bakker@atmind.nl>2018-07-05 16:39:20 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-07-05 17:57:22 +0300
commit404bacc63980e33957c1ee98f2bd758dac90e951 (patch)
tree8b465bb68e6fff2af22ba9319611ff3f81bcb2d8 /source/blender/makesdna/DNA_view3d_types.h
parent35f8198c9de254ff0ef2595719275413f1b798a5 (diff)
Refactored into a single option
Technical all options are still there for finetuning.
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 04edb202ded..c1244e9a0c7 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -392,7 +392,9 @@ enum {
V3D_OVERLAY_HIDE_SPEAKER = (1 << OB_SPEAKER),
V3D_OVERLAY_HIDE_LIGHTPROBE = (1 << OB_LIGHTPROBE),
V3D_OVERLAY_HIDE_ARMATURE = (1 << OB_ARMATURE),
+ V3D_OVERLAY_HIDE_OTHER = (1 << 14),
};
+#define V3D_OVERLAY_HIDE_NON_RENDERABLE (V3D_OVERLAY_HIDE_EMPTY | V3D_OVERLAY_HIDE_LAMP | V3D_OVERLAY_HIDE_CAMERA | V3D_OVERLAY_HIDE_SPEAKER | V3D_OVERLAY_HIDE_LIGHTPROBE | V3D_OVERLAY_HIDE_ARMATURE | V3D_OVERLAY_HIDE_OTHER)
/* View3DOverlay->edit_flag */
enum {