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-03-31remove blender foundation copyright from freestyle files.Campbell Barton
2013-03-26Freestyle changes:Sergey Sharybin
2013-03-24Removed a Freestyle-specific function call from bf_windowmanager.Tamito Kajiyama
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama
2013-03-22Fix for default values different from the factory settings.Tamito Kajiyama
2013-03-19quiet warnings by making undeclared vars staticCampbell Barton
2013-03-19fix for some errors.Campbell Barton
2013-03-17Fix for a crash due to a bug in the handling of singularity in stroke creation,Tamito Kajiyama
2013-03-16Fix for a crash due to mesh faces with wire frame materials not properly hand...Tamito Kajiyama
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama
2013-03-11Another big code clean-up patch from Bastien Montagne, thanks again!Tamito Kajiyama
2013-03-08A big code clean-up patch from Bastien Montagne, many thanks!Tamito Kajiyama
2013-03-03Fix for exceptions in converting Python float objects to C variables not prop...Tamito Kajiyama
2013-03-03Code clean-up: used copy_m4_m4() and unit_m4() instead of verbose loops.Tamito Kajiyama
2013-03-03Removed redundant definitions of __min and __max macros by replacing them withTamito Kajiyama
2013-03-03Moved operations on blend file data from C++ class destructor to a specific m...Tamito Kajiyama
2013-03-02Fix for a buffer overflow, by simply removing the unnecessary string copy.Tamito Kajiyama
2013-03-02Removed paths to a browser command and help index that are no longer used in ...Tamito Kajiyama
2013-02-24Freestyle Python API improvements - part 8.Tamito Kajiyama
2013-02-24Code clean-up and fix for typos in docstrings.Tamito Kajiyama
2013-02-23Code style clean-up.Tamito Kajiyama
2013-02-23Added GNU GPL header blocks.Tamito Kajiyama
2013-02-23Fix for __repr__() depending on .getName() and .getExactTypeName().Tamito Kajiyama
2013-02-23Minor docstring fixes.Tamito Kajiyama
2013-02-23Fix for texture images left unreleased.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-14Fix for a static variable in BlenderStrokeRenderer::RenderStrokeRep() left afterTamito Kajiyama
2013-02-13Fix for a crash when the Polygonization geometry modifier is used with a smal...Tamito Kajiyama
2013-02-10Merged changes in the trunk up to revision 54421.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-29Fix for a crash when freeing copied scenes.Tamito Kajiyama
2013-01-28Freestyle Python API improvements.Tamito Kajiyama
2013-01-28Freestyle Python API improvements - part 1.Tamito Kajiyama