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:
authorTon Roosendaal <ton@blender.org>2004-07-25 17:36:44 +0400
committerTon Roosendaal <ton@blender.org>2004-07-25 17:36:44 +0400
commitfe9336eb880a1a97121e5f2a6a94c93870d4549b (patch)
treee5ea68c135af88036d392b031065aba78f4715d3 /source/blender/include/butspace.h
parent5881af930604fe978da16c72a821ff429ad8631d (diff)
Work on creases editing.
- while editing creases (SHIFT+E) it works like scaling now (towards or away from center selection). - ESC while crease edit now works. (note; doesnt fit in Trans structs...) - button 'draw edges' and 'draw creases' now exclude each other
Diffstat (limited to 'source/blender/include/butspace.h')
-rw-r--r--source/blender/include/butspace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index eb9e7455baf..878f9491052 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -339,6 +339,9 @@ enum {
#define B_CHROMADEPTH 2084
#define B_MAKEEDGES 2085
#define B_DELEDGES 2086
+#define B_DRAWEDGES 2087
+#define B_DRAWCREASES 2088
+
/* *********************** */
#define B_CURVEBUTS 2200