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
This commit is contained in:
2004-07-25 13:36:44 +00:00
parent 5881af9306
commit fe9336eb88
3 changed files with 69 additions and 25 deletions

View File

@@ -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