Swig is unfortunately not an option anymore. This means implementing all

wrapper functionality by hand.

* Removed the swig files (*.i and *_wrap.c)
* Created initial datablock functionality. Most of it has been copied from
  the old implementation.
* Created some general functions in gen_utils.[ch]
* Blender.Get(), Blender.Set() and Blender.Redraw functions should work in a
  script now.
* Started implementation on an Event function call (BPY_do_pyscript)

Michel
This commit is contained in:
2003-03-08 18:10:20 +00:00
parent cf741a99a9
commit f08719cfc6
12 changed files with 903 additions and 1491 deletions

View File

@@ -29,5 +29,7 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
void initBlenderApi2_2x (void);
#include <DNA_ID.h>
void initBlenderApi2_2x (void);
void setScriptLinks(ID *id, short event);