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/editors/include/UI_resources.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/editors/include/UI_resources.h')
-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 e78ff664f3c..5336fa99c0f 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -160,6 +160,7 @@ enum {
TH_FACE,
TH_FACE_SELECT,
TH_NORMAL,
+ TH_VNORMAL,
TH_FACE_DOT,
TH_FACEDOT_SIZE,
TH_CFRAME,