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/RNA_enum_types.h
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/RNA_enum_types.h')
-rw-r--r--source/blender/makesrna/RNA_enum_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h
index bf6e1d28cb2..6504cf8914b 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -61,6 +61,7 @@ extern const EnumPropertyItem rna_enum_mesh_delimit_mode_items[];
extern const EnumPropertyItem rna_enum_space_graph_mode_items[];
extern const EnumPropertyItem rna_enum_space_type_items[];
extern const EnumPropertyItem rna_enum_space_image_mode_items[];
+extern const EnumPropertyItem rna_enum_space_image_mode_all_items[];
extern const EnumPropertyItem rna_enum_space_action_mode_items[];
extern const EnumPropertyItem rna_enum_region_type_items[];
extern const EnumPropertyItem rna_enum_object_modifier_type_items[];