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:
authorBastien Montagne <montagne29@wanadoo.fr>2014-08-25 14:45:49 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-08-25 14:54:35 +0400
commitba35761d331e89dbe6650b10d7a22ebe4636daa8 (patch)
tree54488e24b6b9009afd55bbd1e670d4a65b677ddb /source/blender/editors/include/UI_resources.h
parent2a448448702a1805a9d249f1a49b5f886feb146c (diff)
SplitNormals UI tweaks: add own color for normals drawing, and own 'face corner' icon.
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 da365355e95..872bd32b75b 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -106,6 +106,7 @@ enum {
TH_FACE_SELECT,
TH_NORMAL,
TH_VNORMAL,
+ TH_LNORMAL,
TH_FACE_DOT,
TH_FACEDOT_SIZE,
TH_CFRAME,