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-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-16Made code style clean-up and fixed a typo in a docstring.Tamito Kajiyama
2013-02-15Freestyle Python API improvements - part 3.Tamito Kajiyama
2013-01-28Freestyle Python API improvements - part 1.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-03Fixed the handling of constructor arguments in the following PythonTamito 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-26Reverted the change in revision 21877 in Interface0D___dealloc__().Tamito Kajiyama
2009-07-25* Better support for vector-like objects in method arguments.Tamito 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-26soc-2008-mxcurioni: added (but did not test) NonTVertex and TVertex classes. ...Maxime Curioni
2008-07-23soc-2008-mxcurioni: renamed all Freestyle API related files with 'BPy_' prefi...Maxime Curioni