* 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:
@@ -1000,6 +1000,8 @@ static struct PyMethodDef BGL_methods[] = {
|
||||
|
||||
PyObject *M_BGL_Init(void)
|
||||
{
|
||||
buffer_Type.ob_type = &PyType_Type;
|
||||
|
||||
PyObject *mod= Py_InitModule("Blender.BGL", BGL_methods);
|
||||
PyObject *dict= PyModule_GetDict(mod);
|
||||
|
||||
|
Reference in New Issue
Block a user