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>2012-04-15 18:54:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-15 18:54:15 +0400
commit6520aa97a93e2438ddb739b2b990061ed18ab1d7 (patch)
tree661662ab9cf2b71cb245ae5f0c8f70c3dc71a687 /source/blender/python/generic/idprop_py_api.h
parent24286ba5bd75b29ce454b85585272b7741c7d6c3 (diff)
add 'idprop' module so we can document idprop.types.*, currently doc generator has no access to ID Property types.
Diffstat (limited to 'source/blender/python/generic/idprop_py_api.h')
-rw-r--r--source/blender/python/generic/idprop_py_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/generic/idprop_py_api.h b/source/blender/python/generic/idprop_py_api.h
index 35b130d005e..99e291f69c0 100644
--- a/source/blender/python/generic/idprop_py_api.h
+++ b/source/blender/python/generic/idprop_py_api.h
@@ -64,6 +64,8 @@ const char *BPy_IDProperty_Map_ValidateAndCreate(PyObject *key, struct IDPropert
void IDProp_Init_Types(void);
+PyObject *BPyInit_idprop(void);
+
#define IDPROP_ITER_KEYS 0
#define IDPROP_ITER_ITEMS 1