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>2007-10-23 22:56:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-10-23 22:56:43 +0400
commit6210fe5ad6098a6f6500f6aacf2bf84c55cae721 (patch)
treea787b3b8b87bc6dc54a6e8e589678329d1ac5e58 /source/blender/makesdna/DNA_scene_types.h
parent1362b210c6405926c6b04b56ca843e24c3d648e1 (diff)
made drawing curve handles in the 3d view optional - this is much nicer for editing curves with Automatic handles so you dont select a handle by mistake and change its type.
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 467397e749e..1d2ff1d0bf2 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -599,10 +599,12 @@ typedef struct Scene {
#define SCE_SNAP_TARGET_MEDIAN 2
/* sce->selectmode */
-#define SCE_SELECT_VERTEX 1
+#define SCE_SELECT_VERTEX 1 /* for mesh */
#define SCE_SELECT_EDGE 2
#define SCE_SELECT_FACE 4
+#define SCE_SELECT_CU_HANDLES_HIDE 8 /* for curve, when flagged hide handles */
+
/* sce->recalc (now in use by previewrender) */
#define SCE_PRV_CHANGED 1