summaryrefslogtreecommitdiff
path: root/embroider_params.py
AgeCommit message (Collapse)Author
2016-02-18get rid of randomness in fillsLex Neva
Previously, each row in a fill region was offset by a random amount. This looks better than not offsetting at all (which will create visible columns of stitches), but humans are very good at finding patterns in randomness. The result is that fill regions look weird. This commit instead carefully orders the stitches in fill regions such that each row's stitches are offset by half of max_stitch_length from the previous. There are also a couple of other miscellaneous fixes and features in here -- sorry about that.
2016-01-30add satin column to embrioder params pluginLex Neva
2016-01-20add 'Embroider Params' extension to set XML attributes on svg nodesLex Neva