From b23404d701c3b16931711ac534218c77d2e97a2a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 10 Jul 2018 14:10:12 +0200 Subject: 3D View: overlay option to show bones Allows drawing motion paths without the bones. --- source/blender/makesdna/DNA_view3d_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_view3d_types.h') 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 */ -- cgit v1.2.3