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>2013-06-09 01:58:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-09 01:58:00 +0400
commit820acf1b9eee10e4efd6929b7ca05417611c5f1a (patch)
tree027de792f0f06e3244ce2ce999768b40849515b0 /source/blender/editors/include
parentb0d5555a064dedf00c1a6605f8f501fc25978641 (diff)
add editmode wire color,
also changed lattice to use this, it used a hard-coded green color which was hard to see over the default background.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_resources.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index 3d04675348f..42e9d892871 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -80,6 +80,7 @@ enum {
TH_GRID,
TH_WIRE,
+ TH_WIRE_EDIT,
TH_SELECT,
TH_ACTIVE,
TH_GROUP,