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/makesdna
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/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 7ed524f30ba..a846ac697f0 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -226,8 +226,8 @@ typedef struct ThemeSpace {
char hilite[4];
char grid[4];
- char wire[4], select[4];
- char lamp[4], speaker[4], empty[4], camera[4], pad[8];
+ char wire[4], wire_edit[4], select[4];
+ char lamp[4], speaker[4], empty[4], camera[4], pad[4];
char active[4], group[4], group_active[4], transform[4];
char vertex[4], vertex_select[4], vertex_unreferenced[4];
char edge[4], edge_select[4];