* Fix compilation errors on Windows hopefully. Implemented the suggestion done
by Aphex - thanks. * Added the doc strings to the Object module. * Added more functionality to the Object module.
This commit is contained in:
@@ -207,6 +207,8 @@ PyObject *M_Text_Init (void)
|
||||
{
|
||||
PyObject *submodule;
|
||||
|
||||
Text_Type.ob_type = &PyType_Type;
|
||||
|
||||
submodule = Py_InitModule3("Blender.Text", M_Text_methods, M_Text_doc);
|
||||
|
||||
return (submodule);
|
||||
|
||||
Reference in New Issue
Block a user