Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-11Freestyle SVG Exporter: extract color from individual strokesFolkert de Vries
This commit adds an option to use the color of the first or final vertex of a stroke as the color of the extracted SVG path. This setting can be found in `Render Layers > Freestyle Line Style SVG Export`.
2015-07-12Freestyle SVG Exporter: make it possible to export strokes and fills on a ↵Folkert de Vries
per-linestyle basis
2015-05-31Freestyle SVG Exporter: more robust fillingFolkert de Vries
2015-02-18Fix T43635: 'fill contours' fails when using multiple render layersFolkert de Vries
There was a problem with the order of stroke and fill elements. Additionally, sometimes names of linesets collide between render layers. this has been fixed by prepending the name of the render layer to a layer's id.
2014-12-08Fix for SVG groups not shown as layers in Inkscape. Also changed the add-onTamito Kajiyama
name (the old one was more like a description rather than a name).
2014-12-08D785: Freestyle integrated SVG export.Tamito Kajiyama
This patch implements SVG exporting to Freestyle. This feature is implemented as an add-on, and can be enabled in the user preferences (render section). Current features of the exporter include: * a user interface. * integration with the parameter editor and some of its settings, in particular: color, transparency, thickness, visibility, stroke caps, and dashes. * support for animation. * some extra attributes that make manipulation of the exporter's result in Inkscape easier. * the ability to export fills (a closed external contour with the underlying material's color). Differential revision: https://developer.blender.org/D785 Author: flokkievids (Folkert de Vries) Reviewed by: campbellbarton (Campbell Barton), sergey (Sergey Sharybin), dna (Dan Eicher), kjym3 (Tamito Kajiyama) Contributor: hva (francesco fantoni)