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:
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index b1d274d670e..e90c2e99d0a 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -3155,6 +3155,9 @@ static void info_user_theme_colsets_buts(uiBlock *block, short y1, short y2, sho
/* Extra 'Options' */
uiDefButBitS(block, TOG, TH_WIRECOLOR_CONSTCOLS, B_UPDATE_THEME, "Use 'Constraint' Colouring", 885,y2,200,20, &col_set->flag, 0, 0, 0, 0, "Allow the use of colors indicating constraints/keyed status");
+
+ /* 'Debug' Tools */
+ // TODO... dump current colours
}
static void info_user_themebuts(uiBlock *block, short y1, short y2, short y3, short y4)