|
|
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 |
|
|
|
069d21dddf
|
Made the Freestyle Python API compatible with Python 3.
|
2009-09-27 00:32:20 +00:00 |
|
|
|
acfd7c82ab
|
Relaxed type checking concerning boolean arguments in class constructors
and __call__ methods so that not only True and False but also various
other boolean expressions (e.g., 0, 1, and None) are accepted.
|
2009-04-03 20:03:09 +00:00 |
|
|
|
a377b74638
|
Improvements on error handling in the Python API.
|
2009-03-29 21:50:10 +00:00 |
|
Maxime Curioni
|
e385d69580
|
soc-2008-mxcurioni: Made crucial corrections to stabilize the system. Most of the original styles are supported: stroke attributes are correctly taken into account, Python shaders are supported. Added SamplingShader.
|
2008-08-02 07:39:49 +00:00 |
|
Maxime Curioni
|
362e4f763f
|
soc-2008-mxcurioni: implemented and integrated all 21 original stroke shaders.
|
2008-07-27 13:40:33 +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 |
|