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-23Fix for __repr__() depending on .getName() and .getExactTypeName().Tamito Kajiyama
2013-02-23Minor docstring fixes.Tamito Kajiyama
2013-02-23Freestyle Python API improvements - part 7.Tamito Kajiyama
2013-02-23Fixed typoes in docstrings.Tamito Kajiyama
2013-02-22Code clean-up: removed empty PyMethodDef.Tamito Kajiyama
2013-02-22Missing code updates in the previous commit.Tamito Kajiyama
2013-02-22Freestyle Python API improvements - part 6.Tamito Kajiyama
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-16Fix for pointers to auto variables returned from Python wrapper class methods.Tamito Kajiyama
2013-02-16Made code style clean-up and fixed a typo in a docstring.Tamito Kajiyama
2013-02-16Freestyle Python API improvements - part 4.Tamito Kajiyama
2013-02-16Fix for copy-and-paste bugs in Id rich comparison. Also made code style clea...Tamito Kajiyama
2013-02-15Fix compilation on linux (with gcc4.7).Bastien Montagne
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-04* Fix for broken StrokeAttribute.visible setter function.Tamito Kajiyama
2013-02-04Replaced PyTuple_SetItem by PyTuple_SET_ITEM when creating new tuples.Tamito Kajiyama
2013-02-03Freestyle Python API improvements - part 2.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
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