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:
authorPawel Franitza <Rongix>2020-02-28 16:07:21 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-02-28 16:11:48 +0300
commit2269759fdf94cb7017685e4ce3f7677b3d8227ae (patch)
treef616293ae72630e03a5f2748f03b7eeac92ccd6e /source/blender/editors/include
parente287122af6ca2bb4b60ac938b5ac8a3f1354cad9 (diff)
UI: add theme option for grid levels to display in node editor background
Differential Revision: https://developer.blender.org/D6916
Diffstat (limited to 'source/blender/editors/include')
-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 10ca89c8222..8730d945c81 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -231,6 +231,7 @@ typedef enum ThemeColorID {
TH_DRAWEXTRA_FACEANG,
TH_NODE_CURVING,
+ TH_NODE_GRID_LEVELS,
TH_MARKER_OUTLINE,
TH_MARKER,