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-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-23Fix for __repr__() depending on .getName() and .getExactTypeName().Tamito Kajiyama
2013-02-22Code clean-up: Py_TYPE(self)->tp_name instead of ((PyObject *)self)->ob_type-...Tamito Kajiyama
2013-02-22Attribute renaming: .exact_type_name --> .name. Also did a more generic impl...Tamito Kajiyama
2013-02-21Freestyle Python API improvements - part 5.Tamito Kajiyama
2013-02-16Freestyle Python API improvements - part 4.Tamito Kajiyama
2010-05-28Documentation updates: Replaced "string" with "str".Tamito Kajiyama
2010-05-23Fixed invalid use of PyUnicode_FromFormat() where PyUnicode_FromString()Tamito Kajiyama
2010-04-18Major documentation updates. The original Freestyle API referenceTamito Kajiyama
2009-09-27Made the Freestyle Python API compatible with Python 3.Tamito Kajiyama
2009-08-01Added boundary checking to Iterator::increment() and Iterator::decrement()Tamito Kajiyama
2009-07-27Second attempt to fix a null pointer reference in deallocators ofTamito Kajiyama
2008-08-02soc-2008-mxcurioni: Made crucial corrections to stabilize the system. Most of...Maxime Curioni
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-27soc-2008-mxcurioni: implemented (but did not test) ChainPredicateIterator and...Maxime Curioni
2008-07-26soc-2008-mxcurioni: completed implementing ViewEdgeIterator and ChainingItera...Maxime Curioni
2008-07-24soc-2008-mxcurioni: Added first batch of Iterators: AdjacencyIterator, Inter...Maxime Curioni
2008-07-23soc-2008-mxcurioni: added Iterator class, base class for all iterators in Fre...Maxime Curioni