* Added more doc files for epydoc and a test for the camera module.
* Moved public declarations in camera and lamp to a new file: bpy_types.h. * Fixed minor bugs in material, rgbTuple and Lamp + other minor changes. * Made part of the changes to conform to decided naming conventions.
This commit is contained in:
@@ -998,7 +998,7 @@ static struct PyMethodDef BGL_methods[] = {
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
||||
PyObject *M_BGL_Init(void)
|
||||
PyObject *BGL_Init(void)
|
||||
{
|
||||
PyObject *mod= Py_InitModule("Blender.BGL", BGL_methods);
|
||||
PyObject *dict= PyModule_GetDict(mod);
|
||||
|
||||
Reference in New Issue
Block a user