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 15:10:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-10 15:10:12 +0300
commitb23404d701c3b16931711ac534218c77d2e97a2a (patch)
treef2c61f06f0b4542de351c226f337cce358d9d54e /source/blender/makesdna/DNA_view3d_types.h
parent39b1842335c8ed949b776993686fb27f090655e5 (diff)
3D View: overlay option to show bones
Allows drawing motion paths without the bones.
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 331eb216f61..1f0476e9db7 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -386,6 +386,7 @@ enum {
V3D_OVERLAY_HIDE_TEXT = (1 << 5),
V3D_OVERLAY_HIDE_MOTION_PATHS = (1 << 6),
V3D_OVERLAY_ONION_SKINS = (1 << 7),
+ V3D_OVERLAY_HIDE_BONES = (1 << 8),
};
/* View3DOverlay->edit_flag */