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
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-06-17Cleanup: trailing space for freestyleCampbell Barton
2015-03-27Freestyle: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2013-03-31remove blender foundation copyright from freestyle files.Campbell Barton
2013-02-24Freestyle Python API improvements - part 8.Tamito Kajiyama
2013-02-23Added GNU GPL header blocks.Tamito Kajiyama
2013-02-15Minor coding style clean-up.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-08Fixed refcount issues in the Python API.Tamito Kajiyama
2009-07-28* BPy_IntegrationType.cpp: Added a Python wrapper of integrate function.Tamito Kajiyama
2009-03-21Removed the declaration of an undefined static function, to suppress a compil...Tamito Kajiyama
2009-03-14Fixed the subclassing of int to define the IntegrationType type.Tamito Kajiyama
2008-07-23soc-2008-mxcurioni: renamed all Freestyle API related files with 'BPy_' prefi...Maxime Curioni