* 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:
@@ -637,6 +637,8 @@ PyObject *M_Draw_Init (void)
|
||||
|
||||
printf("In M_Draw_Init()\n");
|
||||
|
||||
Button_Type.ob_type = &PyType_Type;
|
||||
|
||||
submodule = Py_InitModule3("Blender.Draw", Draw_methods, Draw_doc);
|
||||
|
||||
dict= PyModule_GetDict(submodule);
|
||||
|
||||
Reference in New Issue
Block a user