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:
authorPhilipp Oeser <info@graphics-engineer.com>2018-12-07 13:24:09 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2018-12-07 16:17:17 +0300
commitc1f6ecdfabfbfbe3fe4207722589e02953df736e (patch)
treeb85d47eeae46b96cfd51e88c37357857cf716dbf /source/blender/makesrna/intern/rna_space.c
parent012a44cff11ffb12a65409ba68b4e66caded28a7 (diff)
Fix T58902: error getting tools for Image Editor (modes Paint and Mask)
Maniphest Tasks: T58902 Differential Revision: https://developer.blender.org/D4044
Diffstat (limited to 'source/blender/makesrna/intern/rna_space.c')
-rw-r--r--source/blender/makesrna/intern/rna_space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 9bfd1d34b2b..8a792e4fa41 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -177,7 +177,7 @@ const EnumPropertyItem rna_enum_space_action_mode_items[] = {
#define SI_ITEM_MASK \
{SI_MODE_MASK, "MASK", ICON_MOD_MASK, "Mask", "Mask editing"}
-static const EnumPropertyItem rna_enum_space_image_mode_all_items[] = {
+const EnumPropertyItem rna_enum_space_image_mode_all_items[] = {
SI_ITEM_VIEW("View", ICON_FILE_IMAGE),
SI_ITEM_UV,
SI_ITEM_PAINT,