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:
2003-07-05 01:18:41 +00:00
parent 20df091c04
commit aa820ec420
19 changed files with 202 additions and 334 deletions

View File

@@ -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);