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>2019-05-16 04:54:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-16 05:05:17 +0300
commit68c12c80e501803f88b62f5f6f0f6a56bb53f303 (patch)
treed33edab91f3d3ffc6d2e3d4b44f711becd06f031 /source/blender/makesdna
parent2384564149b54374572ea28f91b5f64dc61143e2 (diff)
Theme: add color difference for every other row
D4862 by @CandleComet with minor edits.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 2247ec2e6ee..43191ec97d7 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -363,6 +363,8 @@ typedef struct ThemeSpace {
char match[4];
/** Outliner - selected item. */
char selected_highlight[4];
+ /** Outliner - row color difference. */
+ char row_alternate[4];
/** Skin modifier root color. */
char skin_root[4];
@@ -374,7 +376,6 @@ typedef struct ThemeSpace {
char anim_non_active[4];
/** Preview range overlay. */
char anim_preview_range[4];
- char _pad2[4];
/** NLA 'Tweaking' action/strip. */
char nla_tweaking[4];