moved python functions that deal with blender libdata into gen_library.c from gen_utils and BPY_interface
small cleanup, removed unused functions and explicetly cast pointers..
This commit is contained in:
@@ -38,9 +38,6 @@
|
||||
/* The Main PyType Object defined in Main.c */
|
||||
extern PyTypeObject MainSeq_Type;
|
||||
|
||||
/* BPY_interface.c */
|
||||
extern PyObject *ID_asPyObject( ID * id );
|
||||
|
||||
#define BPy_MainSeq_Check(v) \
|
||||
((v)->ob_type == &MainSeq_Type)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user