| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-16 | actually split outline edge | Lex Neva | |
| 2020-03-16 | ensure starting point is on the border | Lex Neva | |
| 2020-03-16 | fix NetworkXNoPath error | Lex Neva | |
| 2020-03-16 | avoid jumps when not underpathing autofill | Lex Neva | |
| 2019-08-15 | fix 'LineString has no method geoms' error | Lex Neva | |
| 2019-08-05 | add Troubleshoot extension (#465) | Kaalleen | |
| adds an extension to help you understand what's wrong with an object and how to fix it, e.g. "invalid" fill shapes | |||
| 2019-07-28 | Merge pull request #481 | Kaalleen | |
| show various bugs the door | |||
| 2019-06-22 | handle single linestrings properly (fixes #471) | Lex Neva | |
| 2019-04-30 | Merge branch 'master' into lexelby/lettering-features | Lex Neva | |
| 2019-04-10 | remove unnecessary comparisons to None | Lex Neva | |
| 2019-04-09 | make error message more readable | Lex Neva | |
| 2019-04-09 | split up long function | Lex Neva | |
| 2019-04-04 | try harder to avoid traveling around the border | Lex Neva | |
| 2019-03-30 | fix 'too many values to unpack' exception | Lex Neva | |
| 2019-03-29 | avoid parsing forward slashes in docstring | Lex Neva | |
| 2019-03-29 | add vertical travel edges for less jagged travel paths | Lex Neva | |
| 2019-03-29 | more debug logging | Lex Neva | |
| 2019-03-28 | add timing logging for auto-fill | Lex Neva | |
| 2019-03-24 | penalize outline edges more | Lex Neva | |
| 2019-03-22 | make travel stitch prefer the center of the shape | Lex Neva | |
| 2019-03-21 | don't try to end inside the shape | Lex Neva | |
| 2019-03-20 | switch to multigraph to avoid accidentally deleting outline edges | Lex Neva | |
| 2019-03-20 | add first stitch | Lex Neva | |
| 2019-03-20 | tidy up start/end travel code | Lex Neva | |
| 2019-03-20 | protect against shapely error | Lex Neva | |
| 2019-03-19 | fix start/end at top or bottom of shape | Lex Neva | |
| 2019-03-19 | allow starting and ending on the border of a hole | Lex Neva | |
| 2019-03-19 | avoid cutting corners | Lex Neva | |
| 2019-03-19 | use blazing-fast STRtree for intersection detection | Lex Neva | |
| 2019-03-18 | avoid putting underpathing on top | Lex Neva | |
| 2019-03-14 | more cleanup | Lex Neva | |
| 2019-03-14 | deduplicate and comment code | Lex Neva | |
| 2019-03-14 | underpathing! | Lex Neva | |
| 2019-03-13 | tidy up the code a bit | Lex Neva | |
| 2019-03-13 | remove unused code | Lex Neva | |
| 2019-03-12 | faster, simpler auto-fill algorithm | Lex Neva | |
| 2019-03-12 | shapely.geometry -> shgeo for brevity | Lex Neva | |
| 2019-03-08 | lower trim threshold to 0.75mm | Lex Neva | |
| 2019-03-08 | auto satin should trim at the end too | Lex Neva | |
| 2019-03-08 | add trims in stitches.auto_satin | Lex Neva | |
| 2019-02-16 | fix style | Lex Neva | |
| 2019-02-16 | improve error message when trying to autofill tiny shapes | Lex Neva | |
| 2019-02-16 | fix argument bug in auto-satin | Lex Neva | |
| 2019-01-04 | fix crash if fill start and end points are very close | Lex Neva | |
| 2019-01-04 | ability to stitch a single-point running stitch path | Lex Neva | |
| 2018-12-13 | fix style | Lex Neva | |
| 2018-12-12 | add option to skip last stitch in fill rows | Lex Neva | |
| 2018-11-14 | basic lettering (#344) | Lex Neva | |
| Can handle multiple lines of text and routes the stitching in alternating directions on each line. | |||
| 2018-10-30 | new extension: Auto-Route Satin Columns (#330) | Lex Neva | |
| **video demo:** https://www.youtube.com/watch?v=tbghtqziB1g This branch adds a new extension, Auto-Route Satin Columns, implementing #214! This is a huge new feature that opens the door wide for exciting stuff like lettering (#142). To use it, select some satin columns and run the extension. After a few seconds, it will replace your satins with a new set with a logical stitching order. Under-pathing and jump-stitches will be added as necessary, and satins will be broken to facilitate jumps. The resulting satins will retain all of the parameters you had set on the original satins, including underlay, zig-zag spacing, etc. By default, it will choose the left-most extreme as the starting point and the right-most extreme as the ending point (even if these occur partway through a satin such as the left edge of a letter "o"). You can override this by attaching the new "Auto-route satin stitch starting/ending position" commands. There's also an option to add trims instead of jump stitches. Any jump stitch over 1mm is trimmed. I might make this configurable in the future but in my tests it seems to do a good job. Trim commands are added to the SVG, so it's easy enough to modify/delete as you see fit. | |||
| 2018-09-29 | new extension: split satin (#315) | Lex Neva | |
| This branch adds a new command to split a satin column at a specified point. The split happens at a stitch boundary to ensure that the two resulting satins sew just like the original. All parameters set on the original satin remain set on the two new satins, and all rungs are retained. If one of the satins would have no rungs left, a new rung is added. How to use: 1. Select a satin column (simple satin doesn't work) 2. Attach the "Satin split point" command using the "Attach commands to selected objects" extension. 3. Move the symbol (or just the connector line's endpoint) to point to the exact spot you want the satin to be split at. 4. Select the satin column again. 5. Run "Split Satin Column". 6. The split point command and connector line disappear, and nothing else appears to have happened. Select your satin and you'll see that it's been split. This extension is a by-product of my initial work on #214. Ink/Stitch will need the ability to split a satin at an arbitrary point, and I figured, why not go ahead and release that functionality as an extension while I'm at it? :) | |||
