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-23Added GNU GPL header blocks.Tamito Kajiyama
2013-02-21Freestyle Python API improvements - part 5.Tamito Kajiyama
2013-02-15Minor coding style clean-up.Tamito Kajiyama
2013-02-15Freestyle Python API improvements - part 3.Tamito Kajiyama
2013-02-04* Added a generic helper function for parsing PyObject arguments as N-dimensi...Tamito Kajiyama
2013-02-04Replaced PyTuple_SetItem by PyTuple_SET_ITEM when creating new tuples.Tamito Kajiyama
2013-01-28Freestyle Python API improvements - part 1.Tamito Kajiyama
2011-12-17Added SVertex::curvatures() in the Python API to retrieve curvatureTamito Kajiyama
2011-02-22Two minor fixes:Tamito Kajiyama
2010-08-12Python API documentation updates: a description of class hierarchyTamito Kajiyama
2010-05-09Removed partial implementations of the __copy__ method of some PythonTamito 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
2010-04-08Replaced PyObject_HEAD_INIT(NULL) with PyVarObject_HEAD_INIT(NULL, 0)Tamito Kajiyama
2009-10-15* Fixed compiler warnings concerning the lack of a newline at theTamito 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-08-02Fixed the argument parsing in CurvePoint.__init__().Tamito Kajiyama
2009-08-02SWIG/directors dependency removal (cont'd)Tamito Kajiyama
2009-08-01Disabled the Python wrapper of ViewVertex::edgesEnd(), since theTamito Kajiyama
2009-08-01* Implemented Python's iterator protocol in Interface0DIterator andTamito Kajiyama
2009-07-25* Better support for vector-like objects in method arguments.Tamito Kajiyama
2009-07-20* Introspection-based automatic type conversion from a generic C++ objectTamito Kajiyama
2009-07-20Fixed uninitialized pointers in ViewVertex instances returned by theTamito Kajiyama
2009-04-04Improvements on error handling in the Python API.Tamito Kajiyama
2009-04-01Improvements on error handling in the Python API.Tamito Kajiyama
2009-03-30Improvements on error handling in the Python API.Tamito Kajiyama
2009-03-29Improvements on error handling in the Python API.Tamito Kajiyama
2009-03-14Fixed StrokeVertex::setPoint() to accept a Blender Vector object as the argum...Tamito Kajiyama
2008-08-02soc-2008-mxcurioni: Made crucial corrections to stabilize the system. Most of...Maxime Curioni
2008-07-29soc-2008-mxcurioni: finished porting the Freestyle API. All of the original c...Maxime Curioni
2008-07-26soc-2008-mxcurioni: added (but did not test) NonTVertex and TVertex classes. ...Maxime Curioni
2008-07-25soc-2008-mxcurioni: Added iterator capability to FEdge and Stroke. Recoded pa...Maxime Curioni
2008-07-25soc-2008-mxcurioni: cleaned up the Convert header file to prevent cyclic or h...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
2008-07-23soc-2008-mxcurioni: renamed all Freestyle API related files with 'BPy_' prefi...Maxime Curioni
2008-07-22soc-2008-mxcurioni: filled and tested StrokeVertex classMaxime Curioni
2008-07-22Added StrokeAttribute class. Beginning of StrokeVertex.Maxime Curioni
2008-07-20soc-2008-mxcurioni: updated support for Nature class.Maxime Curioni
2008-07-19soc-2008-mxcurioni: Added IntegrationType and Nature classes, used to store c...Maxime Curioni
2008-07-18soc-2008-mxcurioni: FEdge class added. Modifed converting functions to passin...Maxime Curioni
2008-07-17soc-2008-mxcurioni: SWIG removal - completed SVertex and CurvePoint classes m...Maxime Curioni
2008-07-15soc-2008-mxcurioni: reimplemented the initialization/allocation for base clas...Maxime Curioni
2008-07-12soc-2008-mxcurioni: first part of the Freestyle Python implementation. A new ...Maxime Curioni
2008-07-09soc-mx-2008: SWIG dependency - wrapper functions extracted from ModuleWrapper...Maxime Curioni
2008-07-09soc-2008-mxcurioni: first (blank) file upload for SWIG removal, in source/ble...Maxime Curioni