Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-17Freestyle: a follow-up fix of trunk revision 61233. When an iterator has rea...Tamito Kajiyama
2013-11-12Fix #37092 and #37381: crashes in the .object() method of Freestyle iterators.Tamito Kajiyama
2013-03-31remove blender foundation copyright from freestyle files.Campbell Barton
2013-03-08A big code clean-up patch from Bastien Montagne, many thanks!Tamito Kajiyama
2013-02-24Code clean-up and fix for typos in docstrings.Tamito Kajiyama
2013-02-23Added GNU GPL header blocks.Tamito Kajiyama
2013-02-21Freestyle Python API improvements - part 5.Tamito Kajiyama
2013-02-16Freestyle Python API improvements - part 4.Tamito Kajiyama
2010-08-12Python API documentation updates: a description of class hierarchyTamito Kajiyama
2010-04-18Major documentation updates. The original Freestyle API referenceTamito Kajiyama
2010-04-08Replaced PyObject_HEAD_INIT(NULL) with PyVarObject_HEAD_INIT(NULL, 0)Tamito Kajiyama
2009-09-27Made the Freestyle Python API compatible with Python 3.Tamito Kajiyama
2009-08-02SWIG/directors dependency removal (cont'd)Tamito Kajiyama
2009-08-01* Implemented Python's iterator protocol in Interface0DIterator andTamito Kajiyama
2009-07-20* Introspection-based automatic type conversion from a generic C++ objectTamito Kajiyama
2009-03-30Improvements on error handling in the Python API.Tamito Kajiyama
2008-08-01soc-2008-mxcurioni: moved Curve to FrsCurve, fixed bugs with some style modul...Maxime Curioni
2008-07-29soc-2008-mxcurioni: finished porting the Freestyle API. All of the original c...Maxime Curioni
2008-07-24soc-2008-mxcurioni: added (without testing) the following classes: BBox, SSha...Maxime Curioni
2008-07-24soc-2008-mxcurioni: Added first batch of Iterators: AdjacencyIterator, Inter...Maxime Curioni