summaryrefslogtreecommitdiff
path: root/lib/elements/fill_stitch.py
AgeCommit message (Collapse)Author
2024-06-20auto-fill pull compensation (#2891)Lex Neva
2024-06-20gray out randomize stitch length param when random stitch length is disabled ↵Kaalleen
(#3002)
2024-06-07auto fill gap fix (#2884)Lex Neva
* first try * fill gaps * fix style * add parameter * loops can only be made of non-segments
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-06-03Avoid FloatingPointError (fill) (#2959)Kaalleen
2024-05-11Update inkex (#2892)Kaalleen
* fix currentColor * fix pip inkex import * fix color block extension
2024-05-07Sample correct font variant (#2883)Kaalleen
2024-05-06Remove unused param from legacy fill (#2879)Kaalleen
* remove unused param from legacy fill * zigzag -> zig-zag, some ordering
2024-05-05Add randomized running and fill stitches (#2830)George Steel
Add a mode to running stitch that uses randomized phase and stitch length instead of even spacing. This greatly reduces moire effects when stitching closely-spaced curves in running-stitch-based fills. Add option for randomized running stitch to: ripple stitch circular fill contour fill guided fill auto-fill When is randomization is not selected, ripple stitch will use even running stitch when staggers are set to 0 (default) and the stagger algorithm from guided fill (which does not look nice with a stagger period of 0) when staggers is nonzero. Also includes fix for satin contour underlays (missing tolerance default) mentioned in #2814. This sets the default tolerance to 0.2mm, which is the largest tolerance guaranteed to be backwards-compatible with existing designs using the default inset of 0.4mm. Original commits: * fix satin underlay tolerance default * Add randomized running stitch, make available in ripple stitch, circular, and contour * add randomized guided fill * make ripple stitch use even stitching when not staggering or randomizing. * add random auto-fill and switch jitter parameter to a percentage (matches satin) * fix comments
2024-03-29Add "the tartan universe" (#2782)Kaalleen
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-03-13troubleshoot/linear gradient: add no linear gradient warning (#2779)Kaalleen
2024-03-13update meander zigzag defalt (#2778)Kaalleen
2024-03-11fix style (#2776)Kaalleen
2024-03-11troubleshoot: stroke and fill warning (#2761)Kaalleen
2024-01-28add zigzag option to meander (#2699)Kaalleen
2024-01-25Second chance for invalid fill stitch graphs (#2643)Kaalleen
2023-11-22Add linear gradient fill (#2587)Kaalleen
2023-11-10return valid shape (#2594)Kaalleen
2023-11-10fix invalid clip path (#2577)Kaalleen
use fallback if shape has grating issues (too small)
2023-09-07improve params errors (#2437)Lex Neva
2023-07-01default more likely to avoid stitching outside shapeLex Neva
2023-05-17fix starting point for multiple underlaysKaalleen
2023-05-16change running stitch length defaultKaalleen
2023-05-15troubleshoot: read numbers with exponentKaalleen
2023-05-10apply clip to stroke (#2283)Kaalleen
2023-05-06Avoid duplicated points in make_spiral (#2268)Kaalleen
* avoid duplicated points in make_spiral * circular fill: add end_row_spacing, repeats and bean repeats * fix circular fill if original shape is a circle
2023-05-03expose end_row_spacing and (re)order fill params (#2265)Kaalleen
2023-05-01remove random seed param from unaffected stitch types (#2251)Kaalleen
2023-04-27fill: ensure size (#2240)Kaalleen
2023-04-24Add bean stitch and repeat options to meander fill (#2232)Kaalleen
2023-04-03add meander angleLex Neva
2023-04-02add clip optionLex Neva
2023-03-07meander: pick ending point far from starting point (#2095)Lex Neva
2023-03-07change method to update legacy fill_method (#2111)Kaalleen
2023-02-27row spacing for circular fill (#2099)Kaalleen
2023-02-27Various lock stitch options (#2006)Kaalleen
Co-authored-by: Lex Neva
2023-02-27Circular fill (#2053)Kaalleen
2023-02-20remove unused importLex Neva
2023-02-20use new combo param typeLex Neva
2023-02-20fix params for meanderLex Neva
2023-02-20change wording of smoothness tooltipLex Neva
2023-02-20sort tiles by nameLex Neva
2023-02-20clarify running stitch params for meanderLex Neva
2023-02-20expose Expand setting in meanderLex Neva
2023-02-20remove buffer conceptLex Neva
2023-02-20make meander interruptibleLex Neva
2023-02-20expose running stitch length in meanderLex Neva
2023-02-20avoid super-dense meander graphLex Neva
2023-02-20meander fill: more workLex Neva