summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-05allow specification of output file for standalone processingLex Neva
2017-10-28fix occasional failure of which_outline()Lex Neva
2017-10-25preserve order of rails in satin with rungsLex Neva
2017-10-24default simulate to a slower speedLex Neva
2017-10-22add handling for <polyline>Lex Neva
2017-10-20add super hero and orca patchesLex Neva
2017-10-18resurrect correct connect_points algorithmLex Neva
2017-10-17don't go the long way around the outlineLex Neva
2017-10-17fix snipping of unnecessary outline sectionLex Neva
2017-10-03add Simulate effect to visualize stitching orderLex Neva
2017-09-27add paired tab's dependent tabs to preset tooLex Neva
2017-09-27bugfix and useful warningLex Neva
2017-09-24way easier satin column using additional subpaths to delineate sectionsLex Neva
2017-09-23fix handling of starting point / last stitchLex Neva
2017-09-23ignore empty subpathsLex Neva
2017-09-23remove notes about autofill hole hacksLex Neva
2017-09-23rewrite of autofill to handle arbitrary holes!Lex Neva
2017-06-14add 'use last settings' buttonLex Neva
2017-02-05bugfix in is_same_runLex Neva
2017-02-05fix type for pixels_per_mm optionLex Neva
2017-01-25remove ancient example imagesLex Neva
2017-01-25add doc on patchesLex Neva
2017-01-25patches.md wipLex Neva
2017-01-23start README.mdLex Neva
2017-01-20fix nasty stroke bugLex Neva
2017-01-05uniqify valuesLex Neva
2016-12-24Fill and Stroke are not mutually exclusiveLex Neva
2016-12-19bugfixLex Neva
2016-11-19handle boolean parameters with no valuesLex Neva
2016-11-19set sane defaults in embroider.inxLex Neva
2016-11-19remove completed TODO itemLex Neva
2016-11-19bugfixLex Neva
2016-11-19params GUI fixupsLex Neva
2016-11-19rewrite of Embroidery Params into a full GUI appLex Neva
The Embroidery Params filter now pops up a full GTK dialog. This alows it to load existing values in the selected shapes and present them to the user. The user can also load and save presets. If selected shapes have differing values for a given param, the values are presented in a dropdown so the user can select one to apply to all.
2016-11-12clean up PyEmb.PointLex Neva
2016-11-11avoid doubly multiplying by pixels_per_mmLex Neva
2016-11-11add caching decoratorLex Neva
2016-11-09auto-fill: try to hide connecting stitches in the fill patternLex Neva
This lets us auto-fill regions with holes in it. Just cut the region exactly along the fill angle to convert a region with a hole to a region without. This: __________________ | | | ______ | | | | | | | | | | | | | | |______| | |__________________| Becomes this: __________________ | | | ______ | | | | | | | | | ===== | | | |______| | |__________________| The cut ( ===== ) is less than the width of the row spacing. Any connecting stitch that follows this path becomes hidden among the rest of the fill -- an extra row of stitching isn't visible so long as the staggers line up.
2016-11-07update TODOLex Neva
2016-11-07don't do auto-fill for regions with holesLex Neva
2016-11-06fix fill underlay paramsLex Neva
2016-11-06fix bug in get_paramLex Neva
2016-11-06pep8Lex Neva
2016-11-06add fill underlay settings to embroider_params and embroider_update extensionsLex Neva
2016-11-06default to auto-fillLex Neva
2016-11-06start auto-fill at end of previous patchLex Neva
2016-11-06add underlay option to auto-fillLex Neva
2016-11-06pick closest starting pointLex Neva
2016-11-04WIPLex Neva
2016-11-03WIPLex Neva