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>2010-02-10 14:10:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-10 14:10:38 +0300
commitc2b2ccde45a9424339337ef130255138b912d29d (patch)
tree36589ef155abb4fe9cb703fce16fcf52c191521f /source/blender/makesrna/RNA_enum_types.h
parentfbc201d2ddcda5db4d5d41ac3a3ba8f3cd4a2ba9 (diff)
fix for python not being able to call operators with a executuon context.
Diffstat (limited to 'source/blender/makesrna/RNA_enum_types.h')
-rw-r--r--source/blender/makesrna/RNA_enum_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h
index 3e07896d760..f0e669a3569 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -75,6 +75,8 @@ extern EnumPropertyItem space_type_items[];
extern EnumPropertyItem keymap_propvalue_items[];
+extern EnumPropertyItem operator_context_items[];
+
extern EnumPropertyItem wm_report_items[];
extern EnumPropertyItem property_unit_items[];