PyAPI: use bpy_rna_types_capi.c to set type methods
Remove use of '_bpy' as an intermediate module to store functions which were then assigned in bpy_types.py.
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
#ifndef __BPY_RNA_ID_COLLECTION_H__
|
||||
#define __BPY_RNA_ID_COLLECTION_H__
|
||||
|
||||
int BPY_rna_id_collection_module(PyObject *);
|
||||
extern PyMethodDef BPY_rna_id_collection_user_map_method_def;
|
||||
extern PyMethodDef BPY_rna_id_collection_batch_remove_method_def;
|
||||
extern PyMethodDef BPY_rna_id_collection_orphans_purge_method_def;
|
||||
|
||||
#endif /* __BPY_RNA_ID_COLLECTION_H__ */
|
||||
|
||||
Reference in New Issue
Block a user