Made the Freestyle Python API compatible with Python 3.
This commit is contained in:
@@ -9,7 +9,7 @@ extern "C" {
|
||||
|
||||
/*---------------------------Python BPy_ContextFunctions visible prototypes-----------*/
|
||||
|
||||
PyMODINIT_FUNC ContextFunctions_Init( PyObject *module );
|
||||
int ContextFunctions_Init( PyObject *module );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user