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-16 02:43:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-16 02:43:51 +0300
commitd8ce09ce53cf90fcd077cc6b6343e3ca860fe033 (patch)
treee731bf63a5688a72ddf5c17256ac1c80a051d7b9 /source/blender/makesrna/RNA_enum_types.h
parent80bb824929775658bb937665318ae6981642dd6f (diff)
bugfix [#21173] Autocompleate raises an error
split PropertyRNA off into 3 types, base type, collection and array, since array and collections needed internal checks inside almost every function its better to have the, as subclassed to the property type. This makes introspection more useful. Also made printing of structs and properties prettier giveing type and length.
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 f4fccd30dbe..2ed365ad79f 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -79,6 +79,7 @@ extern EnumPropertyItem operator_context_items[];
extern EnumPropertyItem wm_report_items[];
+extern EnumPropertyItem property_type_items[];
extern EnumPropertyItem property_unit_items[];
struct bContext;