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
2014-01-28Reorganized the Freestyle Python API in a hierarchical package structure.Tamito Kajiyama
2013-10-13Fix for a bug in StrokeCleaner identified through a discussion for Bug #36425...Tamito Kajiyama
2013-09-27Fix for Freestyle hang up in stroke rendering, due to missing update of 2D st...Tamito Kajiyama
2013-09-26Freestyle: remove a bunch of debug prints in the python code, these are confu...Brecht Van Lommel
2013-08-30Fix for [#36599] Freestyle: Line thickness modifier with certain blend types ...Tamito Kajiyama
2013-08-22style cleanup: pep8, also use float literals when comparing floats and pass t...Campbell Barton
2013-08-22Temporary fix for gaps in strokes when objects are behind the lines.Tamito Kajiyama
2013-07-07Fix for incorrect clipping of Freestyle strokes when the viewport preview is ...Tamito Kajiyama
2013-07-05Partial fix for Bug #35695: Freestyle produces extra line across an object wi...Tamito Kajiyama
2013-06-16Fixed the feature edge selection by Freestyle face marks to properly account ...Tamito Kajiyama
2013-06-02Fix for potential division by zero during Freestyle stroke rendering.Tamito Kajiyama
2013-05-03Fix for shaders.py based on code review comments from flokkievids.Tamito Kajiyama
2013-04-24Fix for broken Material color/alpha/thickness modifiers.Tamito Kajiyama
2013-04-23rna attribute consistency edits, use common prefix for booleans.Campbell Barton
2013-04-07use lowercase name for freestyle module (as with all other blender modules).Campbell Barton
2013-03-24Added header comments to indicate the author(s) of original files.Tamito Kajiyama
2013-03-20Removed a global variable from PredicatesU1D.pyNFirstUP1D.Tamito Kajiyama
2013-03-20Fix for missing imported classes in style_modules/contour.py.Tamito Kajiyama
2013-03-15Fix for the Selection by Image Border not taking account of resolution percen...Tamito Kajiyama
2013-03-04Fix for the Sinus Displacement geometry modifier not working properly.Tamito Kajiyama
2013-02-25Freestyle Python API improvements - part 9.Tamito Kajiyama
2013-02-24Freestyle Python API improvements - part 8.Tamito Kajiyama
2013-02-23Fix for __repr__() depending on .getName() and .getExactTypeName().Tamito Kajiyama
2013-02-23Freestyle Python API improvements - part 7.Tamito Kajiyama
2013-02-21Freestyle Python API improvements - part 5.Tamito Kajiyama
2013-02-16Freestyle Python API improvements - part 4.Tamito Kajiyama
2013-02-15Freestyle Python API improvements - part 3.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-22Fix for Stroke.Resample(float iSampling) and Stroke.UpdateLength() usingTamito Kajiyama
2013-01-04New command-line option --debug-freestyle to enable verbose debug messagesTamito Kajiyama
2012-12-12Further fix for svn:executable.Tamito Kajiyama
2012-12-10All angle properties were switched from degrees to radians (using PROP_ANGLE Tamito Kajiyama
2012-11-05Fix for dashed line options not working as expected in some applicationsTamito Kajiyama
2012-05-29Fix for the WithinImageBorderUP1D predicate not working with a ViewEdge such ...Tamito Kajiyama
2012-05-04Fix for the Selection by Group not working correctly when the specified group...Tamito Kajiyama
2012-04-09Added restrictions so as to apply thickness position options (revision 45463)Tamito Kajiyama
2012-04-07Fix for untested portions in the last commit concerning thickness position op...Tamito Kajiyama
2012-04-07New options in the Parameter Editor mode for controling the position of strok...Tamito Kajiyama
2012-02-05Fix for the Selection by Image Border not working properly.Tamito Kajiyama
2012-02-05Unified "Ridge" and "Valley" into "Ridge & Valley" in the Parameter Editor mode.Tamito Kajiyama
2012-01-04Added two stroke geometry modifiers:Tamito Kajiyama
2011-12-12Updates on the Parameter Editor mode:Tamito Kajiyama
2011-11-14Removed a debug print.Tamito Kajiyama
2011-11-14Added new options for splitting chains of feature edges by a minimumTamito Kajiyama
2011-11-12Fix for the Perlin Noise 1D geometry modifier having a noise frequencyTamito Kajiyama
2011-11-12Added to the Parameter Editor mode new stroke geometry modifier `Blueprint'Tamito Kajiyama
2011-11-02* Fix for stroke geometry shaders that did not update the 2D length after theTamito Kajiyama
2011-11-01Added two stroke geometry modifiers: Parameterization and Guiding Lines.Tamito Kajiyama