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:
authorCampbell Barton <ideasman42@gmail.com>2018-05-17 21:28:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-17 21:28:14 +0300
commitb0c8d35142c3a0fa6f468efff41c44ce9ae1d1d0 (patch)
tree9ca03214d3e88f8f3abde815fa9fd14ecfdbb527 /source/blender/makesrna/RNA_enum_types.h
parent486ff7e52c031e257f4044ccbc2cdafb807cce32 (diff)
Tool System: use context mode
Was using object mode in the workspace API which isn't useful for accessing tools.
Diffstat (limited to 'source/blender/makesrna/RNA_enum_types.h')
-rw-r--r--source/blender/makesrna/RNA_enum_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h
index 447dc4ce289..6ebdb845b03 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -205,7 +205,7 @@ extern const EnumPropertyItem rna_enum_dt_layers_select_src_items[];
extern const EnumPropertyItem rna_enum_dt_layers_select_dst_items[];
extern const EnumPropertyItem rna_enum_abc_compression_items[];
-
+extern const EnumPropertyItem rna_enum_context_mode_items[];
/* API calls */
int rna_node_tree_type_to_enum(struct bNodeTreeType *typeinfo);