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-01-25Fix for no copy constructor in the Python wrapper of StrokeAttribute.Tamito Kajiyama
2013-01-09Fix for BPy_FrsMaterial docstring.Tamito Kajiyama
2012-12-09Fix for a number of compiler warnings as well as a bug hidden by the warnings.Tamito Kajiyama
2012-09-23Fix for a crash due to the changes in the trunk revision 50087 for thread saf...Tamito Kajiyama
2012-05-29Fix for the WithinImageBorderUP1D predicate not working with a ViewEdge such ...Tamito Kajiyama
2011-12-17Added SVertex::curvatures() in the Python API to retrieve curvatureTamito Kajiyama
2011-11-26Merged changes in the trunk up to revision 42116.Tamito Kajiyama
2011-10-30Fix for stroke rendering instability with stroke geometry shaders.Tamito Kajiyama
2011-10-06Fine control of feature edge selection with mesh face and edge marks.Tamito Kajiyama
2011-09-11Implemented a calligraphic thickness modifier in the Parameter Editor mode.Tamito Kajiyama
2011-08-19Added an optional argument 'seed' to the Freestyle.Noise class constructor.Tamito Kajiyama
2011-07-21Merged changes in the trunk up to revision 38543.Tamito Kajiyama
2011-03-06Merged changes in the trunk up to revision 35367.Tamito Kajiyama
2011-02-22Two minor fixes:Tamito Kajiyama
2011-01-31Made stroke rendering stability fixes, with the aim of addressingTamito Kajiyama
2010-12-23Added Python wrappers for the following Operators static methods:Tamito Kajiyama
2010-08-28Documentation updates: Added a class hierarchy that showsTamito Kajiyama
2010-08-12Python API documentation updates: a description of class hierarchyTamito Kajiyama
2010-07-28* Made the Parameter Editor mode much more functional. Edge selectionTamito Kajiyama
2010-07-27Added helper functions to the Freestyle module:Tamito Kajiyama
2010-05-28Documentation updates: Replaced "string" with "str".Tamito Kajiyama
2010-05-28Fixed the __call__ method of UnaryFunction0DVectorViewShape andTamito Kajiyama
2010-05-23Made object names accessible from within style modules.Tamito Kajiyama
2010-05-23Fixed invalid use of PyUnicode_FromFormat() where PyUnicode_FromString()Tamito Kajiyama
2010-05-23Docstring update for Nature::MATERIAL_BOUNDARY (cf. revision 28919).Tamito Kajiyama
2010-05-23New option for detecting feature edges at material boundaries.Tamito Kajiyama
2010-05-22* Fix for a crash in StrokeVertexIterator::getObject().Tamito Kajiyama
2010-05-15Minor docstring fixes.Tamito Kajiyama
2010-05-09Removed partial implementations of the __copy__ method of some PythonTamito Kajiyama
2010-05-09Renamed FrsCurve, FrsNoise and FrsMaterial Python extension typesTamito 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-10Removed duplicated definitions of verticesBegin(), verticesEnd(),Tamito Kajiyama
2010-04-08Missing update in the last commit.Tamito Kajiyama
2010-04-08Replaced PyObject_HEAD_INIT(NULL) with PyVarObject_HEAD_INIT(NULL, 0)Tamito Kajiyama
2010-04-08Got rid of a number of compiler warnings with regard to redefinitionsTamito Kajiyama
2009-12-07Added Freestyle.getCurrentScene() to give access to the current sceneTamito Kajiyama
2009-10-18Improved error checks in the Freestyle.Nature class.Tamito Kajiyama
2009-10-18Fixed a bug in the Freestyle.Nature class that instances are alwaysTamito 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-08Fixed refcount issues in the Python API.Tamito Kajiyama
2009-08-08Added missing #include <typeinfo> to BPy_Convert.h.Tamito Kajiyama
2009-08-03Fixed argument checking in __init__ methods of Interface1D, Predicates,Tamito Kajiyama
2009-08-03* Fixed uninitialized pointers in "__init__" methods of UnaryFunction1D types.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-02* Fixed __init__() method so as to corecttly handle arguments.Tamito Kajiyama
2009-08-02SWIG/directors dependency removal (cont'd)Tamito Kajiyama