bpy.props.IntVectorProperty & BoolVectorProperty

This commit is contained in:
2010-02-01 10:51:34 +00:00
parent 30dcd5a4b5
commit 53f8bbd798
5 changed files with 168 additions and 37 deletions

View File

@@ -78,5 +78,5 @@ void BPy_SetContext(struct bContext *C);
extern void bpy_context_set(struct bContext *C, PyGILState_STATE *gilstate);
extern void bpy_context_clear(struct bContext *C, PyGILState_STATE *gilstate);
int BPyAsPrimitiveArray(void *array, PyObject *value, int length, PyTypeObject *type, char *error_prefix);
#endif