| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-09 | add warning for closed path satins (#2976) | Kaalleen | |
| 2024-05-22 | add links to documention in inx extensions (#2937) | Kaalleen | |
| 2024-05-22 | set default underlay stitch length to 3 (#2925) | Kaalleen | |
| 2024-05-20 | add a tooltip to split method param (#2926) | Claudine Peyrat | |
| 2024-05-17 | filter invalid satin second trial (#2918) | Kaalleen | |
| 2024-05-17 | filter invalid paths in satins (#2916) | Kaalleen | |
| 2024-05-16 | fix gap after auto-route satin (#2907) | Kaalleen | |
| 2024-05-12 | fix center walk underlay repeats (#2895) | Kaalleen | |
| 2024-05-11 | Update inkex (#2892) | Kaalleen | |
| * fix currentColor * fix pip inkex import * fix color block extension | |||
| 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-04-01 | add stitch tolerance to satin underlays (#2814) | 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-23 | use offset curve for convert satin extension (#2775) | Kaalleen | |
| filter invalid rungs when merging satin sections | |||
| 2024-03-23 | add no rung warning (#2791) | Kaalleen | |
| 2024-02-23 | Satin warnings (#2735) | Kaalleen | |
| 2024-02-21 | Detect satins with two rungs (#2734) | Kaalleen | |
| 1. select elements 2. troubleshoot | |||
| 2023-12-28 | troubleshoot: pointer on rail (#2657) | Kaalleen | |
| 2023-12-17 | replace jumps by running stitches in large satin columns (#2624) | Claudine Peyrat | |
| * replace jumps by running stitches - this modify the contour underlay by adding a running stitch to travel from first side to second side - it also add running stitches between underlays and between underlay and final satin stitches * rename patch to stitch_group * Update satin_column.py add a function to avoid repetitive code | |||
| 2023-10-28 | Update satin_column.py (#2578) | Claudine Peyrat | |
| * Update satin_column.py * Update satin_column.py | |||
| 2023-10-23 | correct tooltip (#2573) | Claudine Peyrat | |
| tooltip for random zig-zag spacing was hinting it was applied to stitch length. | |||
| 2023-09-11 | Merge pull request #2431 from inkstitch/lexelby/split-satin-stagger | Lex Neva | |
| stagger split satin rows | |||
| 2023-09-07 | zigzag: ensure pairs | Kaalleen | |
| 2023-08-05 | obey reversed rails when synthesizing rungs | Lex Neva | |
| 2023-07-23 | avoid split if satin doesn't need it | Lex Neva | |
| 2023-07-21 | fix zig-zag short stitches | Lex Neva | |
| 2023-07-21 | fix non-split case | Lex Neva | |
| 2023-07-21 | add zig-zag satin method | Lex Neva | |
| 2023-07-21 | fix from_end | Lex Neva | |
| 2023-07-20 | handle normal satin with stagger properly | Lex Neva | |
| 2023-07-20 | add staggered and simple split satin | Lex Neva | |
| 2023-07-18 | add S stitch | Lex Neva | |
| 2023-07-15 | more transform fixes | Lex Neva | |
| 2023-07-09 | avoid duplicated nodes | Kaalleen | |
| transform issue | |||
| 2023-07-08 | produce only one satin from convert to satin | Lex Neva | |
| 2023-06-27 | avoid divide by zero (#2382) | Lex Neva | |
| 2023-06-27 | filter satins for auto route satin (#2389) | Kaalleen | |
| 2023-06-09 | Correct spelling error | Benson Muite | |
| replace "an an unequal" with "an unequal" | |||
| 2023-05-21 | fix error in make translatable commit | Kaalleen | |
| 2023-05-21 | make each side units translatable | Kaalleen | |
| 2023-05-01 | remove random seed param from unaffected stitch types (#2251) | Kaalleen | |
| 2023-04-27 | (auto) reverse rung (#2223) | Lex Neva | |
| 2023-04-27 | Ensure synthesized rungs intersect (#2239) | Kaalleen | |
| 2023-04-23 | lettering: preserve scale (#2230) | Kaalleen | |
| 2023-04-20 | Enable max stitch length for e-stitch (#2222) | Kaalleen | |
| 2023-04-14 | new way betterer satin algo (#2178) | Lex Neva | |
| * significantly faster length calculation * way betterer satin algo | |||
| 2023-03-25 | Stitch selection methods (#2114) | Kaalleen | |
| 2023-03-23 | Ignore invalid rungs (#2135) | Kaalleen | |
| 2023-03-10 | add reverse one rail param | Lex Neva | |
| 2023-03-09 | Various fixes (#2125) | Kaalleen | |
| * add unit info to scale value in ripple stitch * fix apply threadlist with empty description * fix satin type ripple with unequal nodes * fix legacy auto_fill conversion * inform about too small meander shapes | |||
| 2023-02-27 | Various lock stitch options (#2006) | Kaalleen | |
| Co-authored-by: Lex Neva | |||
