* Added submodule Blender.Material
* Added submodule Blender.Types: Blender Type definitions can't be static anymore. * Some cleanup of now unused defines in Camera.h and Lamp.h
This commit is contained in:
@@ -216,7 +216,7 @@ static PyObject* ObjectRepr (C_Object *obj);
|
||||
/*****************************************************************************/
|
||||
/* Python TypeObject structure definition. */
|
||||
/*****************************************************************************/
|
||||
static PyTypeObject object_type =
|
||||
PyTypeObject Object_Type =
|
||||
{
|
||||
PyObject_HEAD_INIT(&PyType_Type)
|
||||
0, /* ob_size */
|
||||
|
Reference in New Issue
Block a user