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 texture images left unreleased.Tamito Kajiyama
2013-02-13Fix for a crash when the Polygonization geometry modifier is used with a smal...Tamito Kajiyama
2013-01-22Fix for Stroke.Resample(float iSampling) and Stroke.UpdateLength() usingTamito Kajiyama
2013-01-18A patch set from Bastien Montagne (thanks!) for silencing build warnings (fro...Tamito Kajiyama
2013-01-04New command-line option --debug-freestyle to enable verbose debug messagesTamito Kajiyama
2012-12-29Another mega (literally :p) code clean-up patch by Bastien Montagne, thanks a...Tamito Kajiyama
2012-12-26Fix encoding (from ISO 8859-15 to utf8).Bastien Montagne
2012-12-12Fix for svn:executable.Tamito Kajiyama
2012-12-09Fix for a number of compiler warnings as well as a bug hidden by the warnings.Tamito Kajiyama
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-07-03Fix for Stroke::Resample() in combination with the previous commit.Tamito Kajiyama
2012-07-03Fix for an inappropriate removal of singular points in stroke creation.Tamito Kajiyama
2012-05-29Fix for the WithinImageBorderUP1D predicate not working with a ViewEdge such ...Tamito Kajiyama
2012-04-22Suppressed a compiler warning about an empty controlled statement.Tamito Kajiyama
2012-04-11New options for specifying unit line thickness.Tamito Kajiyama
2012-01-20Removed a hard-coded limit that the backbone stretching effect was applied toTamito Kajiyama
2011-12-11Fix for Operators.recursiveSplit() not able to split a chain within the last ...Tamito Kajiyama
2011-10-30Fix for stroke rendering instability with stroke geometry shaders.Tamito Kajiyama
2011-10-17Another attempt to fix the failure of SVertex::getFEdge due to a discontinuityTamito Kajiyama
2011-10-16Fix for a failure of SVertex::getFEdge due to a discontinuity of underlying F...Tamito Kajiyama
2011-09-12Fix for a minor inconsistency in the use of stroke thickness values inTamito Kajiyama
2011-09-11Fix for the handling of stroke vertex orientation in Strip::createStrip().Tamito Kajiyama
2011-09-11Made an attempt to fix the long-standing issue of occasional infinite lines.Tamito Kajiyama
2011-08-31Fix for an error condition in CurvePoint::getFEdge() within the C++ layer.Tamito Kajiyama
2011-03-14Optimized view map calculation by Alexander Beels.Tamito Kajiyama
2011-02-27Fixed possible memory leaks due to errors in user-defined style modules.Tamito Kajiyama
2011-02-22Consolidation of stroke drawing.Tamito Kajiyama
2011-01-31Made stroke rendering stability fixes, with the aim of addressingTamito Kajiyama
2010-12-07* Fix for a freeze issue in stroke rendering when using round/square caps.Tamito Kajiyama
2010-10-30Yet another attempt to fix a fatal error in the constructor of theTamito Kajiyama
2010-10-24* Another attempt to fix the bug partly addressed in revision 31419.Tamito Kajiyama
2010-10-19Merged changes in the trunk up to revision 32565.Tamito Kajiyama
2010-08-17Fix for a bug in a CurvePoint constructor that caused a crash.Tamito Kajiyama
2010-07-26* Implemented the basic stroke rendering functionality for the newTamito Kajiyama
2010-07-05Bug fixes from Stéphane Grabli, one of the coauthors of theTamito Kajiyama
2010-05-09Fixed the flags argument of IMB_saveiff calls.Tamito Kajiyama
2010-05-09Merged changes in the trunk up to revision 28685.Tamito Kajiyama
2010-04-08Got rid of a number of compiler warnings with regard to redefinitionsTamito Kajiyama
2009-10-15* Fixed compiler warnings concerning the lack of a newline at theTamito Kajiyama
2009-10-05moved all Blender-Freestyle interface-related files to source/freestyle/inter...Maxime Curioni
2009-09-28Migration of Freestyle to Blender 2.5 codebase (continued):Maxime Curioni
2009-08-02SWIG/directors dependency removal (cont'd)Tamito Kajiyama
2009-08-01* Implemented Python's iterator protocol in Interface0DIterator andTamito Kajiyama
2009-07-25Fixed a problem related to AdjacencyIterator. In the Python layer,Tamito Kajiyama
2009-07-23Second attempt for properly releasing temporary objects and their dataTamito Kajiyama
2009-07-22Made changes for releasing temporary objects and their data blocksTamito Kajiyama
2009-04-09Corrected memory deallocation error on exitMaxime Curioni
2009-04-09Corrected the problem of the view moving after a Freestyle render, when posit...Maxime Curioni
2009-04-08Corrected crash when calculating number of available style modulesMaxime Curioni
2009-04-07SUMMARY:Maxime Curioni