Tamito Kajiyama
d131a8db48
Replaced PyObject_HEAD_INIT(NULL) with PyVarObject_HEAD_INIT(NULL, 0)
...
in the definitions of Python wrappers.
2010-04-08 01:13:54 +00:00
Tamito Kajiyama
069d21dddf
Made the Freestyle Python API compatible with Python 3.
2009-09-27 00:32:20 +00:00
Tamito Kajiyama
6ba34d18b5
Fixed incorrect argument checking.
2009-03-14 13:27:41 +00:00
Maxime Curioni
e4677c409d
soc-2008-mxcurioni: add all predicate subclasses( BinaryPredicate1D, UnaryPredicate{0D,1D} ).
...
There is just one more class remaining to port (and probably the most important): Operators. After that, I'll be able to test whether Freestyle functions well without SWIG.
2008-07-28 22:53:42 +00:00
Maxime Curioni
a9789d90ae
soc-2008-mxcurioni: renamed all Freestyle API related files with 'BPy_' prefix to avoid library name collision.
...
Included MediumType's initialization at proper time to avoid Blender's crash.
2008-07-23 07:56:08 +00:00