From acaebaa956006a0fa064c2361b47f902a8a50b77 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 23 Jan 2018 20:13:37 -0500 Subject: add params for "TRIM after" and "STOP after" (#29) * adds new options to Params: "TRIM after" and "STOP after" * adds tooltip support to Params * inkstitch now includes libembroidery and can directly output any supported file type * this avoids the need for `libembroidery-convert` and compiling embroidermodder! * TRIM support for DST format (inserts 3 JUMPs) * STOP command supported as an extra color change that the operator can assign to code C00 * TRIMs cause the following jump stitch not to be displayed in the Embroidery layer --- bin/build-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/build-dist') diff --git a/bin/build-dist b/bin/build-dist index f3090178..4f134aab 100755 --- a/bin/build-dist +++ b/bin/build-dist @@ -18,6 +18,9 @@ pyinstaller_args+="--hidden-import gi.repository.Gtk " # This lets pyinstaller see inkex.py, etc. pyinstaller_args+="-p /usr/share/inkscape/extensions " +# for libembroidery +pyinstaller_args+="-p embroidermodder/experimental/python/binding " + mkdir -p dist/inkstitch/bin for extension in "$@"; do # without the LD_LIBRARY_PATH, it seems that pyinstaller can't find all of -- cgit v1.2.3