| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-06 | Remove unused param from legacy fill (#2879) | Kaalleen | |
| * remove unused param from legacy fill * zigzag -> zig-zag, some ordering | |||
| 2024-05-05 | Add 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-29 | Add "the tartan universe" (#2782) | Kaalleen | |
| 2024-03-26 | Add 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-13 | troubleshoot/linear gradient: add no linear gradient warning (#2779) | Kaalleen | |
| 2024-03-13 | update meander zigzag defalt (#2778) | Kaalleen | |
| 2024-03-11 | fix style (#2776) | Kaalleen | |
| 2024-03-11 | troubleshoot: stroke and fill warning (#2761) | Kaalleen | |
| 2024-01-28 | add zigzag option to meander (#2699) | Kaalleen | |
| 2024-01-25 | Second chance for invalid fill stitch graphs (#2643) | Kaalleen | |
| 2023-11-22 | Add linear gradient fill (#2587) | Kaalleen | |
| 2023-11-10 | return valid shape (#2594) | Kaalleen | |
| 2023-11-10 | fix invalid clip path (#2577) | Kaalleen | |
| use fallback if shape has grating issues (too small) | |||
| 2023-09-07 | improve params errors (#2437) | Lex Neva | |
| 2023-07-01 | default more likely to avoid stitching outside shape | Lex Neva | |
| 2023-05-17 | fix starting point for multiple underlays | Kaalleen | |
| 2023-05-16 | change running stitch length default | Kaalleen | |
| 2023-05-15 | troubleshoot: read numbers with exponent | Kaalleen | |
| 2023-05-10 | apply clip to stroke (#2283) | Kaalleen | |
| 2023-05-06 | Avoid 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-03 | expose end_row_spacing and (re)order fill params (#2265) | Kaalleen | |
| 2023-05-01 | remove random seed param from unaffected stitch types (#2251) | Kaalleen | |
| 2023-04-27 | fill: ensure size (#2240) | Kaalleen | |
| 2023-04-24 | Add bean stitch and repeat options to meander fill (#2232) | Kaalleen | |
| 2023-04-03 | add meander angle | Lex Neva | |
| 2023-04-02 | add clip option | Lex Neva | |
| 2023-03-07 | meander: pick ending point far from starting point (#2095) | Lex Neva | |
| 2023-03-07 | change method to update legacy fill_method (#2111) | Kaalleen | |
| 2023-02-27 | row spacing for circular fill (#2099) | Kaalleen | |
| 2023-02-27 | Various lock stitch options (#2006) | Kaalleen | |
| Co-authored-by: Lex Neva | |||
| 2023-02-27 | Circular fill (#2053) | Kaalleen | |
| 2023-02-20 | remove unused import | Lex Neva | |
| 2023-02-20 | use new combo param type | Lex Neva | |
| 2023-02-20 | fix params for meander | Lex Neva | |
| 2023-02-20 | change wording of smoothness tooltip | Lex Neva | |
| 2023-02-20 | sort tiles by name | Lex Neva | |
| 2023-02-20 | clarify running stitch params for meander | Lex Neva | |
| 2023-02-20 | expose Expand setting in meander | Lex Neva | |
| 2023-02-20 | remove buffer concept | Lex Neva | |
| 2023-02-20 | make meander interruptible | Lex Neva | |
| 2023-02-20 | expose running stitch length in meander | Lex Neva | |
| 2023-02-20 | avoid super-dense meander graph | Lex Neva | |
| 2023-02-20 | meander fill: more work | Lex Neva | |
| 2023-02-20 | meander fill: initial version | Lex Neva | |
| 2023-02-20 | add smoothness option for contour fill | Lex Neva | |
| 2023-02-18 | cache key includes previous stitch | Lex Neva | |
| 2023-02-16 | make simulator threads pre-emptible | Lex Neva | |
| 2023-01-15 | Add bean stitch repeat pattern (#1938) | Kaalleen | |
| ! backward compatibility warning: Users need to fix their documents if they used comma separated values for multiple fill underlays (without a space) | |||
| 2022-11-27 | satin offset_points | Kaalleen | |
| 2022-11-27 | This and that (#1727) | Kaalleen | |
| * dont fail on satin with fill * fill stitch error message * convert to satin mac issue * auto_satin: add rung for two node old style satins * avoid divide by zero in intersect_region_with_grating * fix for incorrect stagger in guided fill * better rail sectioning algorithm * fix #1780 * fix #1816 Co-authored-by: Lex Neva | |||
