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-07-10 19:30:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-10 19:31:52 +0300
commit8a3366a494cf2939138a96cb93a2b666a3be77c8 (patch)
treed28dff5ae44a12b31cb3581e7b5ea949b8102cf3 /source/blender/makesdna/DNA_view3d_types.h
parent245d0d6bb71376ce782ec03bb1622309b9f38aab (diff)
3D View: option to hide object overlays
This hides extra wires and details you may want to disable, name may be changed.
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 1f0476e9db7..b21d6814289 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -387,6 +387,7 @@ enum {
V3D_OVERLAY_HIDE_MOTION_PATHS = (1 << 6),
V3D_OVERLAY_ONION_SKINS = (1 << 7),
V3D_OVERLAY_HIDE_BONES = (1 << 8),
+ V3D_OVERLAY_HIDE_OBJECT_XTRAS = (1 << 9),
};
/* View3DOverlay->edit_flag */