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
2011-08-30Added an 'angle' parameter to the Perlin Noise 1D and 2D geometry modifiersTamito Kajiyama
2011-08-22Fix for round and square tips not working. Bug reported by tungee, thanks!Tamito Kajiyama
2011-08-21Fix for deprecation warning regarding the reverse order of matrix-vectorTamito Kajiyama
2011-08-19Stroke geometry modifiersTamito Kajiyama
2011-08-19Removed uncontrolled randomness from the pyPerlinNoise1DShader.Tamito Kajiyama
2011-08-19Added an optional argument 'seed' to the Freestyle.Noise class constructor.Tamito Kajiyama
2011-08-13Added a proper getName() method to MaterialBoundaryUP0D.Tamito Kajiyama
2011-08-13Removed unnecessary debug print statements.Tamito Kajiyama
2011-08-13New line style option for splitting chains of feature edges at material bound...Tamito Kajiyama
2011-07-25New line style modifiers for changing line color, alpha transparency, andTamito Kajiyama
2011-07-03Fixed a bug introduced in the last commit to address the issueTamito Kajiyama
2011-07-02Fixed cap shaders that failed with zero length strokes.Tamito Kajiyama
2011-04-13Fix for the Distance from Object modifier. The problem wasTamito Kajiyama
2011-01-31Made stroke rendering stability fixes, with the aim of addressingTamito Kajiyama
2010-12-04Fix for a bug in the Distance from Object modifiers.Tamito Kajiyama
2010-12-04A few attempts to reduce the amount of memory consumption in Freestyle.Tamito Kajiyama
2010-12-03New feature edge selection criterion based on object groups.Tamito Kajiyama
2010-10-24Added support for dashed line in the Parameter Editor mode.Tamito Kajiyama
2010-10-11Fix for missing toggle switches to enable/disable linesets. Also gaveTamito Kajiyama
2010-10-11Added support for three types of stroke caps that determines the shapeTamito Kajiyama
2010-08-02Implemented "Distance from Object" color/alpha/thickness modifiersTamito Kajiyama
2010-08-01Implemented "Distance from Camera" color/alpha/thickness modifier inTamito Kajiyama
2010-07-28* Made the Parameter Editor mode much more functional. Edge selectionTamito Kajiyama
2010-07-26* Implemented the basic stroke rendering functionality for the newTamito Kajiyama
2010-07-07* Bug fixes by Stéphane Grabli with respect to pyZDependingThicknessShader,Tamito 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-10Fixed a TabError: inconsistent use of tabs and spaces in indentation.Tamito Kajiyama
2009-09-27Made standard style modules compatible with Python 3.Tamito Kajiyama
2009-09-20Reverted all changes (i.e., deletion) in release/scripts/freestyle.Tamito Kajiyama
2009-09-19MergedTamito Kajiyama
2009-07-28Replaced missing integrateDouble() by integrate() newly implementedTamito Kajiyama
2009-07-28* freestyle_init.py: Removed all classes for wrapping extension types.Tamito Kajiyama
2009-03-14Made appropriate changes according to the fix in Revision 19287 concerning th...Tamito Kajiyama
2008-12-01Added changes to support Python's native iterator protocol in Stroke and Stro...Tamito Kajiyama
2008-09-30soc-2008-mxcurioni: sending files in release/scripts/freestyle folderMaxime Curioni