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>2006-08-31 10:03:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-08-31 10:03:24 +0400
commitab5cc740d65133c900bc3861be5faf04d82af7ea (patch)
treee32cc21aa118f1a75dab9df662687e6d6d7c88cd /source/blender/blenkernel/BKE_global.h
parent5c24f4a989a25336029fcafb531cfe834f6fb148 (diff)
added the option to draw sharp edges.
had to make some room in the "Mesh Tools 1" panel, removed "Center" - its alredy in the "Mesh Tools" panel, and grouped the "Normal" draw buttons. At the moment mixing modes dosnt work, we will need to review this to see if its worth attempting.
Diffstat (limited to 'source/blender/blenkernel/BKE_global.h')
-rw-r--r--source/blender/blenkernel/BKE_global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_global.h b/source/blender/blenkernel/BKE_global.h
index 8f6aa8c3f54..0c20b545f1e 100644
--- a/source/blender/blenkernel/BKE_global.h
+++ b/source/blender/blenkernel/BKE_global.h
@@ -176,6 +176,7 @@ typedef struct Global {
#define G_DRAWCREASES (1 << 19)
#define G_DRAWSEAMS (1 << 20)
#define G_HIDDENEDGES (1 << 21)
+#define G_DRAWSHARP (1 << 28) /* draw edges with the sharp flag */
/* Measurement info Drawing */
#define G_DRAW_EDGELEN (1 << 22)