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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-10-02 19:36:51 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-10-02 19:56:34 +0300
commitd1a1302b01f445f9c877d6b8c51f6c561e0fda16 (patch)
tree9f38d4a9a16c54dd7661b695d2f1bdd99611b915 /source/blender/editors/include/UI_resources.h
parent03506ee4d145e94a2d364341565a811613984721 (diff)
UI: add NLA track and channel theme color
Patch contributed by Paul (Thirio). Differential Revision: https://developer.blender.org/D5967
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 76ab4a53eb8..89579b88d24 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -283,6 +283,7 @@ typedef enum ThemeColorID {
TH_NLA_TWEAK, /* 'tweaking' track in NLA */
TH_NLA_TWEAK_DUPLI, /* error/warning flag for other strips referencing dupli strip */
+ TH_NLA_TRACK,
TH_NLA_TRANSITION,
TH_NLA_TRANSITION_SEL,
TH_NLA_META,