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:
authorHans Goudey <h.goudey@me.com>2020-06-02 22:58:38 +0300
committerHans Goudey <h.goudey@me.com>2020-06-02 22:58:38 +0300
commite391b3e0fb46c760d3dad3ba65a299e948a2423a (patch)
tree1da99d07e0350700d316fcf24c470848d31e076a /source/blender/makesdna
parenta87eee65fc768b7bc3c2f8c33d043b577f84f124 (diff)
parent7fc0053c27e5e9ba3cc946898c7c11a8545f2777 (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 019e4c9ea9e..31063791cd8 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -422,6 +422,8 @@ typedef struct ThemeSpace {
unsigned char info_debug[4], info_debug_text[4];
unsigned char info_property[4], info_property_text[4];
unsigned char info_operator[4], info_operator_text[4];
+ unsigned char info_report_error[4], info_report_warning[4], info_report_info[4];
+ char _pad[4];
unsigned char paint_curve_pivot[4];
unsigned char paint_curve_handle[4];