* 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:
2003-03-15 19:14:16 +00:00
parent a0c1e2bd3d
commit b6b9c648bc
8 changed files with 485 additions and 397 deletions

View File

@@ -29,7 +29,12 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#include <Python.h>
#include <DNA_ID.h>
int StringEqual (char * string1, char * string2);
char * GetIdName (ID *id);
PyObject * PythonReturnErrorObject (PyObject * type, char * error_msg);
PyObject * PythonIncRef (PyObject *object);
char * event_to_name(short event);