Made the Freestyle Python API compatible with Python 3.

This commit is contained in:
2009-09-27 00:32:20 +00:00
parent 1ed4d4cbfb
commit 069d21dddf
205 changed files with 6786 additions and 13168 deletions

View File

@@ -25,7 +25,7 @@ typedef struct {
} BPy_UnaryFunction1DVectorViewShape;
/*---------------------------Python BPy_UnaryFunction1DVectorViewShape visible prototypes-----------*/
PyMODINIT_FUNC UnaryFunction1DVectorViewShape_Init( PyObject *module );
int UnaryFunction1DVectorViewShape_Init( PyObject *module );
///////////////////////////////////////////////////////////////////////////////////////////