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-05Additional code improvements: avoid unnecessary Python object allocations in ...Tamito Kajiyama
2013-05-15Further fix for memory leaks in Freestyle Python API components:Tamito Kajiyama
2013-05-14Fix for a memory leak during Freestyle stroke shading.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-24Freestyle Python API improvements - part 8.Tamito Kajiyama
2013-02-23Added GNU GPL header blocks.Tamito Kajiyama
2013-02-21Freestyle Python API improvements - part 5.Tamito Kajiyama
2013-02-04* Fix for broken StrokeAttribute.visible setter function.Tamito Kajiyama
2013-01-28Freestyle Python API improvements.Tamito Kajiyama
2013-01-28Freestyle Python API improvements - part 1.Tamito Kajiyama
2013-01-25Fix for no copy constructor in the Python wrapper of StrokeAttribute.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-18Merged changes in the trunk up to revision 28247.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-02SWIG/directors dependency removal (cont'd)Tamito Kajiyama
2009-07-27Second attempt to fix a null pointer reference in deallocators ofTamito Kajiyama
2009-07-25* Better support for vector-like objects in method arguments.Tamito Kajiyama
2009-04-04Relaxed type checking concerning boolean arguments in class constructorsTamito Kajiyama
2009-03-29Improvements on error handling in the Python API.Tamito Kajiyama
2008-08-02soc-2008-mxcurioni: Made crucial corrections to stabilize the system. Most of...Maxime Curioni
2008-07-25soc-2008-mxcurioni: fully implemented (but did not test) ViewEdge class. Modi...Maxime Curioni
2008-07-23soc-2008-mxcurioni: renamed all Freestyle API related files with 'BPy_' prefi...Maxime Curioni