From 069d21dddfef3361068afa987cc618f8fdaf48c3 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Sun, 27 Sep 2009 00:32:20 +0000 Subject: Made the Freestyle Python API compatible with Python 3. --- source/blender/freestyle/intern/python/BPy_ViewShape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/python/BPy_ViewShape.h') diff --git a/source/blender/freestyle/intern/python/BPy_ViewShape.h b/source/blender/freestyle/intern/python/BPy_ViewShape.h index fa14f6ff480..e88ab090b47 100644 --- a/source/blender/freestyle/intern/python/BPy_ViewShape.h +++ b/source/blender/freestyle/intern/python/BPy_ViewShape.h @@ -24,7 +24,7 @@ typedef struct { /*---------------------------Python BPy_ViewShape visible prototypes-----------*/ -PyMODINIT_FUNC ViewShape_Init( PyObject *module ); +int ViewShape_Init( PyObject *module ); /////////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3