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:
authorMatt Ebb <matt@mke3.net>2006-01-11 17:51:24 +0300
committerMatt Ebb <matt@mke3.net>2006-01-11 17:51:24 +0300
commitebe728d8b5ad6399f790406e41717ea4ea5842e9 (patch)
tree7539aae2d8706f4349e482b26153813f850a7a6b /source/blender/makesdna/DNA_view3d_types.h
parentdac868985e28852cf3ba4930912a935559f22ee2 (diff)
Orange: Added an option in View Properties panel to disable drawing of 'relationship lines' - i.e. the dashed lines that connect objects in parent/constraint/hook/IK relationships. After talking to the others I rolled the Armature-specific one into the same setting for simplicity's sake. We can see how it goes, always possible to put it back.
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 960ed6181e5..9a5fd12dd0f 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -127,7 +127,7 @@ typedef struct View3D {
#define V3D_MODE (16+32+64+128+256+512)
#define V3D_DISPIMAGE 1
#define V3D_DISPBGPIC 2
-#define V3D_SETUPBUTS 4
+#define V3D_HIDE_HELPLINES 4
#define V3D_NEEDBACKBUFDRAW 8
#define V3D_EDITMODE 16
#define V3D_VERTEXPAINT 32