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:
authorDaniel Salazar <zanqdo@gmail.com>2010-02-11 06:37:51 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-02-11 06:37:51 +0300
commitd65101629dacb5f6760304bea70285826075ae55 (patch)
treeec358235700e6b84582878a6ccfbbd4a90baaf9b /source/blender/makesdna/DNA_userdef_types.h
parent15ef07d6849f2d92d006f1e52c69142729b200f8 (diff)
Added theme support for vertex normals display alongside face normals.
This makes having both enabled at the same time actually useful! http://www.pasteall.org/pic/show.php?id=1265
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 24d54bae1fa..5b1c6d96ec0 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -196,6 +196,7 @@ typedef struct ThemeSpace {
char face[4], face_select[4]; // solid faces
char face_dot[4]; // selected color
char normal[4];
+ char vertex_normal[4];
char bone_solid[4], bone_pose[4];
char strip[4], strip_select[4];
char cframe[4];