summaryrefslogtreecommitdiff
path: root/lib/extensions/redwork.py
AgeCommit message (Collapse)Author
2025-10-29redwork: delete empty groups (#4014)Kaalleen
and do not error when there is no selection
2025-10-22fix redwork stroke width (#3964)Kaalleen
2025-04-19duplicate-consistant autoroute element selection (#3638)Kaalleen
2025-04-18Redwork: remove command also from selection list (#3639)Kaalleen
2025-03-22parent.remove -> delete (#3600)Kaalleen
2025-03-10fix transform issue (#3562)Kaalleen
2025-01-05Redwork: add combine option (#3407)Kaalleen
* add keep originals option
2024-12-07Enable start end commands for satins (#3315)Kaalleen
Updates commands fill_start (_end) => starting_point (_end) stain_start (_end) and run_start (_end) => autoroute_start ripple_target => target_point Sets inkstitch svg version to 3
2024-11-06redwork/auto-run: keep stroke width (#3264)Kaalleen
2024-07-14redwork: fix starting_point issue (#3082)Kaalleen
2024-07-07Set redwork underpath style to dashed (#3053)Kaalleen
* set redwork underpath style to dashed * unset dashes for top stitching paths * update select elements template
2024-06-04Claudine/redwork (#2958)Claudine Peyrat
* add redwork extension * fix issue when multiple lines have the same start and end output to underlay and top layer paths * use more networks algo * make style corrections * make starting point effective * organize in connected groups * ending point ending point could be used as starting point if no starting point is given * add a comment * don't add connected group if the whole design is connected, don't add connected group * remove too short paths * bug correction use length of linestring not the distance betweend endpoiints * allow parameters setting stitch_length for both redwork and underpath bean_stitch for redwork * style correction --------- Co-authored-by: Kaalleen <reni@allenka.de>