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-02-16Freestyle Python API improvements - part 4.Tamito Kajiyama
2012-12-09Fix for a number of compiler warnings as well as a bug hidden by the warnings.Tamito Kajiyama
2010-08-12Python API documentation updates: a description of class hierarchyTamito Kajiyama
2010-05-22* Fix for a crash in StrokeVertexIterator::getObject().Tamito Kajiyama
2010-05-15Minor docstring fixes.Tamito 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-08-01Fixed typoes in error messages.Tamito Kajiyama
2009-07-29Added minor changes.Tamito Kajiyama
2009-07-29Added changes to the AdjacencyIterator type to support Python'sTamito Kajiyama
2009-07-29Implemented a measure to avoid an infinite loop triggered whenTamito Kajiyama
2009-07-25Fixed compiler errors caused by the changes in revision 21700.Tamito Kajiyama
2009-07-21Fixed a refcount bug concerning ChainPredicateIterator.Tamito Kajiyama
2009-07-20* Introspection-based automatic type conversion from a generic C++ objectTamito Kajiyama
2009-07-20Added a missing wrapper for AdjacencyIterator::isIncoming().Tamito Kajiyama
2009-07-19Fixed uninitialized pointers in Interface0DIterator instances returned byTamito Kajiyama
2009-04-04Relaxed type checking concerning boolean arguments in class constructorsTamito Kajiyama
2009-03-30Improvements on error handling in the Python API.Tamito Kajiyama
2009-03-30* improved error handling in CurvePointIterator constructor.Tamito Kajiyama
2009-03-21Fixed an uninitialized variable.Tamito Kajiyama
2008-12-01Added changes to support Python's native iterator protocol in Stroke and Stro...Tamito 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-31soc-2008-mxcurioni: the native Python system now supports cross-language poly...Maxime Curioni
2008-07-30soc-2008-mxcurioni: Tested SWIG-less environment more and understood why the ...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-25soc-2008-mxcurioni: found and fixed all potential issues iterating over inter...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