summaryrefslogtreecommitdiff
path: root/lib/extensions/base.py
AgeCommit message (Collapse)Author
2018-08-19integrate inx generation into ink/stitch properLex Neva
2018-08-16new extension to add layer commandsLex Neva
2018-07-31add ignore layer commandLex Neva
2018-07-25add support for ignore commandLex Neva
2018-07-12operator detailedview dynamic thumbnail size (#221)Kaalleen
2018-06-21add commands frameworkLex Neva
2018-06-15add ZIP batch export extensionLex Neva
2018-06-12show 'no embroiderable paths' error in Params tooLex Neva
2018-06-10default fill to black per SVG specLex Neva
2018-06-09fix latent bug in base.pyLex Neva
2018-05-01refactor everything out of lib/__init__.pyLex Neva
2018-05-01rename inkstitch/ to lib/Lex Neva
You can't have a module and a package named the same thing. PyInstaller wants to import the main script as if it were a module, and this doesn't work unless there's no directory of the same name with a __init__.py in it.