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>2014-03-17 22:34:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-17 22:40:18 +0400
commita861e5572a70111bbe3ae84d82595eddc43b7d88 (patch)
tree67a40a99d66eba461db26f8a56f302798293e42e /source/blender/editors/include/UI_resources.h
parentec4e12d9a2f080aa7dfdd7375288f1804de1224d (diff)
UI: Add theme color for viewport overlay
Was using wire or black in many places, this color is used for cursor, camera guides, transform helper lines. So its possible to have a dark background with light overlay color. Patch D331 by Brita, with some edits.
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index 1d4d61afef9..0f11994e2d1 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -275,7 +275,8 @@ enum {
TH_INFO_INFO,
TH_INFO_INFO_TEXT,
TH_INFO_DEBUG,
- TH_INFO_DEBUG_TEXT
+ TH_INFO_DEBUG_TEXT,
+ TH_VIEW_OVERLAY,
};
/* XXX WARNING: previous is saved in file, so do not change order! */