summaryrefslogtreecommitdiff
path: root/lib/extensions/stitch_plan_preview.py
AgeCommit message (Collapse)Author
2024-07-09Pull comp: remove holes again (#3067)Kaalleen
* pull comp: remove holes again * rescue some more broken shapes
2024-07-09png: use viewport unit to take svg scale value into account (#3073)Kaalleen
2024-07-03Raster output (#3036)Kaalleen
* stitch plan preview png: 300, 600 dpi * add png export dpi option
2024-06-21Fix realistic stitch plan preview for inkscape versions 1.3 and 1.3.1 (#3004)Kaalleen
Co-authored-by: CapellanCitizen
2024-06-04Update tartan gui (#2965)Kaalleen
* update tartan gui * params settings size * fix issue with set_precision * fix issue with linear gradient * do not add ignore layer command to png rerealistic output
2024-05-22add links to documention in inx extensions (#2937)Kaalleen
2024-05-17fix realistic preview for pyinstaller packaged linux build (#2912)Kaalleen
2024-05-17Stitch plan: options render jumps and ignore layer (#2911)Kaalleen
2024-05-01Improved stitch plan rasterization performance (#2873)capellancitizen
2024-04-24Added realistic stitch preview option (#2838)capellancitizen
Includes multiple optimizations for the realistic stitch preview Co-authored-by: Lex Neva <github.com@lexneva.name>
2024-03-26Add object based min stitch length (#2792)Kaalleen
* add object based min stitch length (overwrites global) * add object based minimum jump stitch (overwrites global) * rename patches to stitch_groups
2024-01-14Stitch plan preview overwrite option (#2642)Kaalleen
2023-05-08save stitch plan display mode (#2278)Kaalleen
2023-04-25always remember invisible layers (#2231)Kaalleen
2023-03-31Command options (#2160)Kaalleen
* letters to font: add visual command import option * add visual command option to stitch plan preview
2023-03-11inkscape only cares if the insensitive attribute is presentLex Neva
2023-01-28Add lock stitch plan option (#2020)Kaalleen
2022-06-22Option to drop short stitches (#1693)Kaalleen
2022-06-21Undo stitch plan preview and density map (#1687)Kaalleen
2021-12-09Force lock stitches option/extension and some typos (#1471)Kaalleen
2021-11-14stitch_plan lower opacity option: handle invisible elements better (#1434)Kaalleen
2021-11-07add stitch plan options (#1418)Kaalleen
2021-08-07fix more patch referencesLex Neva
2021-08-07rename more patch referencesLex Neva
2021-03-11add copyright headersLex Neva
2021-03-04Update for Inkscape 1.0 (#880)Kaalleen
* update for inkscape 1.0 * add about extension * Build improvements for the inkscape1.0 branch (#985) * zip: export real svg not stitch plan * #411 and #726 * Tools for Font Creators (#1018) * ignore very small holes in fills * remove embroider (#1026) * auto_fill: ignore shrink_or_grow if result is empty (#589) * break apart: do not ignore small fills Co-authored-by: Hagen Fritsch <rumpeltux-github@irgendwo.org> Co-authored-by: Lex Neva <github.com@lexneva.name>
2020-03-22add stitch plan extension (#640)Kaalleen