* Removed datablock.[ch]
* Object.Get("") should work. * Many variables from module Object are implemented. * Updated build environment to generate more warnings (-Wall) Michel
This commit is contained in:
@@ -30,13 +30,13 @@
|
||||
*/
|
||||
#include <Python.h>
|
||||
|
||||
#include <DNA_object_types.h>
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Global variables */
|
||||
/*****************************************************************************/
|
||||
PyObject *g_blenderdict;
|
||||
|
||||
extern struct PyMethodDef Object_methods[];
|
||||
|
||||
void initBlender (void);
|
||||
PyObject* initObject (void);
|
||||
|
||||
PyObject* ObjectCreatePyObject (struct Object *obj);
|
||||
|
Reference in New Issue
Block a user