summaryrefslogtreecommitdiff
path: root/lib/elements/satin_column.py
AgeCommit message (Collapse)Author
2023-10-28Update satin_column.py (#2578)Claudine Peyrat
* Update satin_column.py * Update satin_column.py
2023-10-23correct tooltip (#2573)Claudine Peyrat
tooltip for random zig-zag spacing was hinting it was applied to stitch length.
2023-09-11Merge pull request #2431 from inkstitch/lexelby/split-satin-staggerLex Neva
stagger split satin rows
2023-09-07zigzag: ensure pairsKaalleen
2023-08-05obey reversed rails when synthesizing rungsLex Neva
2023-07-23avoid split if satin doesn't need itLex Neva
2023-07-21fix zig-zag short stitchesLex Neva
2023-07-21fix non-split caseLex Neva
2023-07-21add zig-zag satin methodLex Neva
2023-07-21fix from_endLex Neva
2023-07-20handle normal satin with stagger properlyLex Neva
2023-07-20add staggered and simple split satinLex Neva
2023-07-18add S stitchLex Neva
2023-07-15more transform fixesLex Neva
2023-07-09avoid duplicated nodesKaalleen
transform issue
2023-07-08produce only one satin from convert to satinLex Neva
2023-06-27avoid divide by zero (#2382)Lex Neva
2023-06-27filter satins for auto route satin (#2389)Kaalleen
2023-06-09Correct spelling errorBenson Muite
replace "an an unequal" with "an unequal"
2023-05-21fix error in make translatable commitKaalleen
2023-05-21make each side units translatableKaalleen
2023-05-01remove random seed param from unaffected stitch types (#2251)Kaalleen
2023-04-27(auto) reverse rung (#2223)Lex Neva
2023-04-27Ensure synthesized rungs intersect (#2239)Kaalleen
2023-04-23lettering: preserve scale (#2230)Kaalleen
2023-04-20Enable max stitch length for e-stitch (#2222)Kaalleen
2023-04-14new way betterer satin algo (#2178)Lex Neva
* significantly faster length calculation * way betterer satin algo
2023-03-25Stitch selection methods (#2114)Kaalleen
2023-03-23Ignore invalid rungs (#2135)Kaalleen
2023-03-10add reverse one rail paramLex Neva
2023-03-09Various 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-27Various lock stitch options (#2006)Kaalleen
Co-authored-by: Lex Neva
2023-02-20use snake caseLex Neva
per python coding standard
2023-02-16add more check_stop_flag() callsLex Neva
2023-01-28Merge branch 'main' of https://github.com/inkstitch/inkstitch into ↵George Steel
george-steel/fix-running-stitch
2023-01-28remove subpaths with only one node from satins (#2033)Kaalleen
2023-01-28fix random e-stitchKaalleen
2023-01-28fix short stitch for second railKaalleen
2023-01-22fix reversed contour underlayGeorge Steel
2023-01-12fix bad end of center walk underlayGeorge Steel
2023-01-07spellingGeorge Steel
2022-12-28fix length ramdomizationGeorge Steel
2022-12-27fix typosGeorge Steel
2022-12-26python 3.8 fixesGeorge Steel
2022-12-26use random oracle for randomized satin columns and redo split stitchesGeorge Steel
2022-12-10Merge remote-tracking branch 'origin/claudine/random_satin_column' into ↵George Steel
george-steel/random-base-satin
2022-12-10Merge branch 'george-steel/expose-trim-after'George Steel
2022-11-27use split parametersClaudine
2022-11-27satin offset_pointsKaalleen
2022-11-27This 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