* 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:
@@ -201,9 +201,9 @@ static PyObject *M_Text_unlink(PyObject *self, PyObject *args)
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Function: M_Text_Init */
|
||||
/* Function: Text_Init */
|
||||
/*****************************************************************************/
|
||||
PyObject *M_Text_Init (void)
|
||||
PyObject *Text_Init (void)
|
||||
{
|
||||
PyObject *submodule;
|
||||
|
||||
|
Reference in New Issue
Block a user