Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/bpy_props.h
| Show All 28 Lines | |||||
| #define __BPY_PROPS_H__ | #define __BPY_PROPS_H__ | ||||
| PyObject *BPY_rna_props(void); | PyObject *BPY_rna_props(void); | ||||
| PyObject *BPy_PointerProperty(PyObject *self, PyObject *args, PyObject *kw); | PyObject *BPy_PointerProperty(PyObject *self, PyObject *args, PyObject *kw); | ||||
| PyObject *BPy_CollectionProperty(PyObject *self, PyObject *args, PyObject *kw); | PyObject *BPy_CollectionProperty(PyObject *self, PyObject *args, PyObject *kw); | ||||
| StructRNA *pointer_type_from_py(PyObject *value, const char *error_prefix); | StructRNA *pointer_type_from_py(PyObject *value, const char *error_prefix); | ||||
| #define PYRNA_STACK_ARRAY 32 | #define PYRNA_STACK_ARRAY RNA_STACK_ARRAY | ||||
| #endif | #endif | ||||