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:
authorJose Molina Garcia <jose_molinag@yahoo.es>2014-01-07 13:45:40 +0400
committerJoshua Leung <aligorith@gmail.com>2014-01-17 05:42:10 +0400
commit5e5b0cee4fc364eade49798baa9e312e9211799b (patch)
treee32bd4143a1144c871e71d35a573cc179fea1ca3 /source/blender/editors/include/UI_resources.h
parent74ae93d1cd67becf89683be0b44a64e882a9429a (diff)
T37579: Theme settings for Keyframe Colours
This patch makes it possible to customise the colours used for the different keyframe types (Keyframe, Breakdown, Extreme, Jitter) and the border colours (normal and selected). Reviewed by: Joshua Leung
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index 0773b86aaab..23498dcf4aa 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -138,6 +138,18 @@ enum {
TH_STRIP,
TH_STRIP_SELECT,
+ TH_KEYTYPE_KEYFRAME, /* KEYTYPES */
+ TH_KEYTYPE_KEYFRAME_SELECT,
+ TH_KEYTYPE_EXTREME,
+ TH_KEYTYPE_EXTREME_SELECT,
+ TH_KEYTYPE_BREAKDOWN,
+ TH_KEYTYPE_BREAKDOWN_SELECT,
+ TH_KEYTYPE_JITTER,
+ TH_KEYTYPE_JITTER_SELECT,
+
+ TH_KEYBORDER,
+ TH_KEYBORDER_SELECT,
+
TH_LAMP,
TH_SPEAKER,
TH_CAMERA,