#include "../generic/blf_py_api.h"
#include "../mathutils/mathutils.h"
+#include "BPy_Freestyle.h"
+
PyObject *bpy_package_py = NULL;
PyDoc_STRVAR(bpy_script_paths_doc,
else {
PyErr_Print();
PyErr_Clear();
- }
+ }
return mod;
}
}
/* stand alone utility modules not related to blender directly */
IDProp_Init_Types(); /* not actually a submodule, just types */
+ Freestyle_Init();
mod = PyModule_New("_bpy");