Blender Git Loki

Git Commits -> Revision f08719c

Revision f08719c by Michel Selten (master)
March 8, 2003, 18:10 (GMT)
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

Commit Details:

Full Hash: f08719cfc6d934fa27db2777ddfde775a6e8271e
SVN Revision: 513
Parent Commit: cf741a9
Lines Changed: +967, -1555

4 Added Paths:

/source/blender/python/api2_2x/datablock.c (+311, -0) (View)
/source/blender/python/api2_2x/datablock.h (+77, -0) (View)
/source/blender/python/api2_2x/gen_utils.c (+69, -0) (View)
/source/blender/python/api2_2x/gen_utils.h (+36, -0) (View)

4 Deleted Paths:

/source/blender/python/api2_2x/Blender.i (+0, -34)
/source/blender/python/api2_2x/Blender_wrap.c (+0, -680)
/source/blender/python/api2_2x/Object.i (+0, -39)
/source/blender/python/api2_2x/Object_wrap.c (+0, -706)

6 Modified Paths:

/source/blender/python/api2_2x/Blender.c (+205, -6) (Diff)
/source/blender/python/api2_2x/interface.c (+44, -0) (Diff)
/source/blender/python/api2_2x/interface.h (+3, -1) (Diff)
/source/blender/python/api2_2x/modules.h (+7, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+77, -7) (Diff)
/source/blender/python/BPY_interface.c (+138, -82) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021