Exppython:
- Continued getting rid of print methods and updating repr ones: Needed to fix crashes on Windows >= 98 systems. - Found and fixed a few small memory leaks in EXPP_interface, related to execution of script links.
This commit is contained in:
@@ -52,7 +52,7 @@ extern PyTypeObject Image_Type; /* The Image PyType Object */
|
||||
/*****************************************************************************/
|
||||
/* Module Blender.Image - public functions */
|
||||
/*****************************************************************************/
|
||||
PyObject *M_Image_Init (void);
|
||||
PyObject *Image_Init (void);
|
||||
PyObject *Image_CreatePyObject (Image *image);
|
||||
int Image_CheckPyObject (PyObject *pyobj);
|
||||
|
||||
|
Reference in New Issue
Block a user