From 1fb5cb042142b0272eb9e42b04584cad66febc46 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 9 Apr 2018 20:13:13 -0400 Subject: move inx files to inx/ and generate input inx --- Makefile | 2 +- bin/gen-input-inx | 2 +- embroider.inx | 44 -------------------------------------------- embroider_params.inx | 16 ---------------- embroider_print.inx | 16 ---------------- embroider_simulate.inx | 17 ----------------- inx/embroider.inx | 44 ++++++++++++++++++++++++++++++++++++++++++++ inx/embroider_input_100.inx | 16 ++++++++++++++++ inx/embroider_input_10O.inx | 16 ++++++++++++++++ inx/embroider_input_BRO.inx | 16 ++++++++++++++++ inx/embroider_input_COL.inx | 16 ++++++++++++++++ inx/embroider_input_CSD.inx | 16 ++++++++++++++++ inx/embroider_input_CSV.inx | 16 ++++++++++++++++ inx/embroider_input_DAT.inx | 16 ++++++++++++++++ inx/embroider_input_DSB.inx | 16 ++++++++++++++++ inx/embroider_input_DST.inx | 16 ++++++++++++++++ inx/embroider_input_DSZ.inx | 16 ++++++++++++++++ inx/embroider_input_EDR.inx | 16 ++++++++++++++++ inx/embroider_input_EMD.inx | 16 ++++++++++++++++ inx/embroider_input_EXP.inx | 16 ++++++++++++++++ inx/embroider_input_EXY.inx | 16 ++++++++++++++++ inx/embroider_input_FXY.inx | 16 ++++++++++++++++ inx/embroider_input_GT.inx | 16 ++++++++++++++++ inx/embroider_input_HUS.inx | 16 ++++++++++++++++ inx/embroider_input_INB.inx | 16 ++++++++++++++++ inx/embroider_input_INF.inx | 16 ++++++++++++++++ inx/embroider_input_JEF.inx | 16 ++++++++++++++++ inx/embroider_input_KSM.inx | 16 ++++++++++++++++ inx/embroider_input_MAX.inx | 16 ++++++++++++++++ inx/embroider_input_MIT.inx | 16 ++++++++++++++++ inx/embroider_input_NEW.inx | 16 ++++++++++++++++ inx/embroider_input_OFM.inx | 16 ++++++++++++++++ inx/embroider_input_PCD.inx | 16 ++++++++++++++++ inx/embroider_input_PCM.inx | 16 ++++++++++++++++ inx/embroider_input_PCQ.inx | 16 ++++++++++++++++ inx/embroider_input_PCS.inx | 16 ++++++++++++++++ inx/embroider_input_PEC.inx | 16 ++++++++++++++++ inx/embroider_input_PES.inx | 16 ++++++++++++++++ inx/embroider_input_PHB.inx | 16 ++++++++++++++++ inx/embroider_input_PHC.inx | 16 ++++++++++++++++ inx/embroider_input_PLT.inx | 16 ++++++++++++++++ inx/embroider_input_RGB.inx | 16 ++++++++++++++++ inx/embroider_input_SEW.inx | 16 ++++++++++++++++ inx/embroider_input_SHV.inx | 16 ++++++++++++++++ inx/embroider_input_SST.inx | 16 ++++++++++++++++ inx/embroider_input_STX.inx | 16 ++++++++++++++++ inx/embroider_input_T01.inx | 16 ++++++++++++++++ inx/embroider_input_T09.inx | 16 ++++++++++++++++ inx/embroider_input_TAP.inx | 16 ++++++++++++++++ inx/embroider_input_THR.inx | 16 ++++++++++++++++ inx/embroider_input_U00.inx | 16 ++++++++++++++++ inx/embroider_input_VIP.inx | 16 ++++++++++++++++ inx/embroider_input_VP3.inx | 16 ++++++++++++++++ inx/embroider_input_XXX.inx | 16 ++++++++++++++++ inx/embroider_input_ZSK.inx | 16 ++++++++++++++++ inx/embroider_params.inx | 16 ++++++++++++++++ inx/embroider_print.inx | 16 ++++++++++++++++ inx/embroider_simulate.inx | 17 +++++++++++++++++ 58 files changed, 863 insertions(+), 95 deletions(-) delete mode 100644 embroider.inx delete mode 100644 embroider_params.inx delete mode 100644 embroider_print.inx delete mode 100644 embroider_simulate.inx create mode 100644 inx/embroider.inx create mode 100644 inx/embroider_input_100.inx create mode 100644 inx/embroider_input_10O.inx create mode 100644 inx/embroider_input_BRO.inx create mode 100644 inx/embroider_input_COL.inx create mode 100644 inx/embroider_input_CSD.inx create mode 100644 inx/embroider_input_CSV.inx create mode 100644 inx/embroider_input_DAT.inx create mode 100644 inx/embroider_input_DSB.inx create mode 100644 inx/embroider_input_DST.inx create mode 100644 inx/embroider_input_DSZ.inx create mode 100644 inx/embroider_input_EDR.inx create mode 100644 inx/embroider_input_EMD.inx create mode 100644 inx/embroider_input_EXP.inx create mode 100644 inx/embroider_input_EXY.inx create mode 100644 inx/embroider_input_FXY.inx create mode 100644 inx/embroider_input_GT.inx create mode 100644 inx/embroider_input_HUS.inx create mode 100644 inx/embroider_input_INB.inx create mode 100644 inx/embroider_input_INF.inx create mode 100644 inx/embroider_input_JEF.inx create mode 100644 inx/embroider_input_KSM.inx create mode 100644 inx/embroider_input_MAX.inx create mode 100644 inx/embroider_input_MIT.inx create mode 100644 inx/embroider_input_NEW.inx create mode 100644 inx/embroider_input_OFM.inx create mode 100644 inx/embroider_input_PCD.inx create mode 100644 inx/embroider_input_PCM.inx create mode 100644 inx/embroider_input_PCQ.inx create mode 100644 inx/embroider_input_PCS.inx create mode 100644 inx/embroider_input_PEC.inx create mode 100644 inx/embroider_input_PES.inx create mode 100644 inx/embroider_input_PHB.inx create mode 100644 inx/embroider_input_PHC.inx create mode 100644 inx/embroider_input_PLT.inx create mode 100644 inx/embroider_input_RGB.inx create mode 100644 inx/embroider_input_SEW.inx create mode 100644 inx/embroider_input_SHV.inx create mode 100644 inx/embroider_input_SST.inx create mode 100644 inx/embroider_input_STX.inx create mode 100644 inx/embroider_input_T01.inx create mode 100644 inx/embroider_input_T09.inx create mode 100644 inx/embroider_input_TAP.inx create mode 100644 inx/embroider_input_THR.inx create mode 100644 inx/embroider_input_U00.inx create mode 100644 inx/embroider_input_VIP.inx create mode 100644 inx/embroider_input_VP3.inx create mode 100644 inx/embroider_input_XXX.inx create mode 100644 inx/embroider_input_ZSK.inx create mode 100644 inx/embroider_params.inx create mode 100644 inx/embroider_print.inx create mode 100644 inx/embroider_simulate.inx diff --git a/Makefile b/Makefile index 1f639dc1..b38bc787 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ARCH:=$(shell uname -m) dist: distclean locales bin/build-dist $(EXTENSIONS) - cp *.inx dist + cp inx/*.inx dist cp -a images/examples dist/inkstitch mkdir -p dist/inkstitch/bin/locales cp -a locales/* dist/inkstitch/bin/locales diff --git a/bin/gen-input-inx b/bin/gen-input-inx index 5d65acca..08312f49 100755 --- a/bin/gen-input-inx +++ b/bin/gen-input-inx @@ -37,7 +37,7 @@ def main(): for format, description in libembroidery_input_formats(): inx = template.render(format=format, description=description) - with open("embroider_input_%s.inx" % format.upper(), 'w') as inx_file: + with open("inx/embroider_input_%s.inx" % format.upper(), 'w') as inx_file: inx_file.write(inx) diff --git a/embroider.inx b/embroider.inx deleted file mode 100644 index 74217b73..00000000 --- a/embroider.inx +++ /dev/null @@ -1,44 +0,0 @@ - - - <_name>Embroider - jonh.embroider - embroider.py - inkex.py - _gui-description="Jump stitches smaller than this will be treated as normal stitches.">3.0 - true - - <_option value="csv">Comma Separated Values Format(.CSV) - <_option value="col">Embroidery Thread Color Format(.COL) - <_option value="dst">Tajima Embroidery Format(.DST) - <_option value="edr">Embird Embroidery Format(.EDR) - <_option value="exp">Melco Embroidery Format(.EXP) - <_option value="hus">Husqvarna Viking Embroidery Format(.HUS) - <_option value="inf">Embroidery Color Format(.INF) - <_option value="jef">Janome Embroidery Format(.JEF) - <_option value="ksm">Pfaff Embroidery Format(.KSM) - <_option value="max">Pfaff Embroidery Format(.MAX) - <_option value="pcd">Pfaff Embroidery Format(.PCD) - <_option value="pcq">Pfaff Embroidery Format(.PCQ) - <_option value="pcs">Pfaff Embroidery Format(.PCS) - <_option value="pec">Brother Embroidery Format(.PEC) - <_option value="pes">Brother Embroidery Format(.PES) - <_option value="plt">AutoCAD Plot Drawing Format(.PLT) - <_option value="rgb">RGB Embroidery Format(.RGB) - <_option value="sew">Janome Embroidery Format(.SEW) - <_option value="tap">Happy Embroidery Format(.TAP) - <_option value="thr">ThredWorks Embroidery Format(.THR) - <_option value="txt">Text File(.TXT) - <_option value="vp3">Pfaff Embroidery Format(.VP3) - <_option value="xxx">Singer Embroidery Format(.XXX) - - - - all - - - - - - diff --git a/embroider_params.inx b/embroider_params.inx deleted file mode 100644 index f3987502..00000000 --- a/embroider_params.inx +++ /dev/null @@ -1,16 +0,0 @@ - - - <_name>Params - jonh.embroider.params - embroider_params.py - inkex.py - - all - - - - - - diff --git a/embroider_print.inx b/embroider_print.inx deleted file mode 100644 index cbba82cc..00000000 --- a/embroider_print.inx +++ /dev/null @@ -1,16 +0,0 @@ - - - <_name>Print - jonh.embroider.print - embroider_print.py - inkex.py - - all - - - - - - diff --git a/embroider_simulate.inx b/embroider_simulate.inx deleted file mode 100644 index 9c38ec97..00000000 --- a/embroider_simulate.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>Simulate - jonh.embroider.simulate - embroider_simulate.py - inkex.py - - - all - - - - - - diff --git a/inx/embroider.inx b/inx/embroider.inx new file mode 100644 index 00000000..74217b73 --- /dev/null +++ b/inx/embroider.inx @@ -0,0 +1,44 @@ + + + <_name>Embroider + jonh.embroider + embroider.py + inkex.py + _gui-description="Jump stitches smaller than this will be treated as normal stitches.">3.0 + true + + <_option value="csv">Comma Separated Values Format(.CSV) + <_option value="col">Embroidery Thread Color Format(.COL) + <_option value="dst">Tajima Embroidery Format(.DST) + <_option value="edr">Embird Embroidery Format(.EDR) + <_option value="exp">Melco Embroidery Format(.EXP) + <_option value="hus">Husqvarna Viking Embroidery Format(.HUS) + <_option value="inf">Embroidery Color Format(.INF) + <_option value="jef">Janome Embroidery Format(.JEF) + <_option value="ksm">Pfaff Embroidery Format(.KSM) + <_option value="max">Pfaff Embroidery Format(.MAX) + <_option value="pcd">Pfaff Embroidery Format(.PCD) + <_option value="pcq">Pfaff Embroidery Format(.PCQ) + <_option value="pcs">Pfaff Embroidery Format(.PCS) + <_option value="pec">Brother Embroidery Format(.PEC) + <_option value="pes">Brother Embroidery Format(.PES) + <_option value="plt">AutoCAD Plot Drawing Format(.PLT) + <_option value="rgb">RGB Embroidery Format(.RGB) + <_option value="sew">Janome Embroidery Format(.SEW) + <_option value="tap">Happy Embroidery Format(.TAP) + <_option value="thr">ThredWorks Embroidery Format(.THR) + <_option value="txt">Text File(.TXT) + <_option value="vp3">Pfaff Embroidery Format(.VP3) + <_option value="xxx">Singer Embroidery Format(.XXX) + + + + all + + + + + + diff --git a/inx/embroider_input_100.inx b/inx/embroider_input_100.inx new file mode 100644 index 00000000..9bbad780 --- /dev/null +++ b/inx/embroider_input_100.inx @@ -0,0 +1,16 @@ + + + <_name>100 file input + org.inkstitch.input.100 + embroider_input.py + inkex.py + + .100 + application/x-embroidery-100 + <_filetypename>Ink/Stitch: Toyota Embroidery Format (.100) + <_filetypetooltip>convert 100 file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_10O.inx b/inx/embroider_input_10O.inx new file mode 100644 index 00000000..42f1850e --- /dev/null +++ b/inx/embroider_input_10O.inx @@ -0,0 +1,16 @@ + + + <_name>10O file input + org.inkstitch.input.10o + embroider_input.py + inkex.py + + .10o + application/x-embroidery-10o + <_filetypename>Ink/Stitch: Toyota Embroidery Format (.10o) + <_filetypetooltip>convert 10O file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_BRO.inx b/inx/embroider_input_BRO.inx new file mode 100644 index 00000000..64a1bcda --- /dev/null +++ b/inx/embroider_input_BRO.inx @@ -0,0 +1,16 @@ + + + <_name>BRO file input + org.inkstitch.input.bro + embroider_input.py + inkex.py + + .bro + application/x-embroidery-bro + <_filetypename>Ink/Stitch: Bits & Volts Embroidery Format (.bro) + <_filetypetooltip>convert BRO file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_COL.inx b/inx/embroider_input_COL.inx new file mode 100644 index 00000000..81002dd7 --- /dev/null +++ b/inx/embroider_input_COL.inx @@ -0,0 +1,16 @@ + + + <_name>COL file input + org.inkstitch.input.col + embroider_input.py + inkex.py + + .col + application/x-embroidery-col + <_filetypename>Ink/Stitch: Embroidery Thread Color Format (.col) + <_filetypetooltip>convert COL file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_CSD.inx b/inx/embroider_input_CSD.inx new file mode 100644 index 00000000..8ebb94b9 --- /dev/null +++ b/inx/embroider_input_CSD.inx @@ -0,0 +1,16 @@ + + + <_name>CSD file input + org.inkstitch.input.csd + embroider_input.py + inkex.py + + .csd + application/x-embroidery-csd + <_filetypename>Ink/Stitch: Singer Embroidery Format (.csd) + <_filetypetooltip>convert CSD file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_CSV.inx b/inx/embroider_input_CSV.inx new file mode 100644 index 00000000..c3f972d9 --- /dev/null +++ b/inx/embroider_input_CSV.inx @@ -0,0 +1,16 @@ + + + <_name>CSV file input + org.inkstitch.input.csv + embroider_input.py + inkex.py + + .csv + application/x-embroidery-csv + <_filetypename>Ink/Stitch: Comma Separated Values Format (.csv) + <_filetypetooltip>convert CSV file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_DAT.inx b/inx/embroider_input_DAT.inx new file mode 100644 index 00000000..1045153a --- /dev/null +++ b/inx/embroider_input_DAT.inx @@ -0,0 +1,16 @@ + + + <_name>DAT file input + org.inkstitch.input.dat + embroider_input.py + inkex.py + + .dat + application/x-embroidery-dat + <_filetypename>Ink/Stitch: Barudan Embroidery Format (.dat) + <_filetypetooltip>convert DAT file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_DSB.inx b/inx/embroider_input_DSB.inx new file mode 100644 index 00000000..f81c7ca2 --- /dev/null +++ b/inx/embroider_input_DSB.inx @@ -0,0 +1,16 @@ + + + <_name>DSB file input + org.inkstitch.input.dsb + embroider_input.py + inkex.py + + .dsb + application/x-embroidery-dsb + <_filetypename>Ink/Stitch: Barudan Embroidery Format (.dsb) + <_filetypetooltip>convert DSB file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_DST.inx b/inx/embroider_input_DST.inx new file mode 100644 index 00000000..414b7470 --- /dev/null +++ b/inx/embroider_input_DST.inx @@ -0,0 +1,16 @@ + + + <_name>DST file input + org.inkstitch.input.dst + embroider_input.py + inkex.py + + .dst + application/x-embroidery-dst + <_filetypename>Ink/Stitch: Tajima Embroidery Format (.dst) + <_filetypetooltip>convert DST file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_DSZ.inx b/inx/embroider_input_DSZ.inx new file mode 100644 index 00000000..9c81a0ad --- /dev/null +++ b/inx/embroider_input_DSZ.inx @@ -0,0 +1,16 @@ + + + <_name>DSZ file input + org.inkstitch.input.dsz + embroider_input.py + inkex.py + + .dsz + application/x-embroidery-dsz + <_filetypename>Ink/Stitch: ZSK USA Embroidery Format (.dsz) + <_filetypetooltip>convert DSZ file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_EDR.inx b/inx/embroider_input_EDR.inx new file mode 100644 index 00000000..9276fd17 --- /dev/null +++ b/inx/embroider_input_EDR.inx @@ -0,0 +1,16 @@ + + + <_name>EDR file input + org.inkstitch.input.edr + embroider_input.py + inkex.py + + .edr + application/x-embroidery-edr + <_filetypename>Ink/Stitch: Embird Embroidery Format (.edr) + <_filetypetooltip>convert EDR file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_EMD.inx b/inx/embroider_input_EMD.inx new file mode 100644 index 00000000..bb20f977 --- /dev/null +++ b/inx/embroider_input_EMD.inx @@ -0,0 +1,16 @@ + + + <_name>EMD file input + org.inkstitch.input.emd + embroider_input.py + inkex.py + + .emd + application/x-embroidery-emd + <_filetypename>Ink/Stitch: Elna Embroidery Format (.emd) + <_filetypetooltip>convert EMD file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_EXP.inx b/inx/embroider_input_EXP.inx new file mode 100644 index 00000000..41bae8ce --- /dev/null +++ b/inx/embroider_input_EXP.inx @@ -0,0 +1,16 @@ + + + <_name>EXP file input + org.inkstitch.input.exp + embroider_input.py + inkex.py + + .exp + application/x-embroidery-exp + <_filetypename>Ink/Stitch: Melco Embroidery Format (.exp) + <_filetypetooltip>convert EXP file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_EXY.inx b/inx/embroider_input_EXY.inx new file mode 100644 index 00000000..a2e792c4 --- /dev/null +++ b/inx/embroider_input_EXY.inx @@ -0,0 +1,16 @@ + + + <_name>EXY file input + org.inkstitch.input.exy + embroider_input.py + inkex.py + + .exy + application/x-embroidery-exy + <_filetypename>Ink/Stitch: Eltac Embroidery Format (.exy) + <_filetypetooltip>convert EXY file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_FXY.inx b/inx/embroider_input_FXY.inx new file mode 100644 index 00000000..4d77022e --- /dev/null +++ b/inx/embroider_input_FXY.inx @@ -0,0 +1,16 @@ + + + <_name>FXY file input + org.inkstitch.input.fxy + embroider_input.py + inkex.py + + .fxy + application/x-embroidery-fxy + <_filetypename>Ink/Stitch: Fortron Embroidery Format (.fxy) + <_filetypetooltip>convert FXY file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_GT.inx b/inx/embroider_input_GT.inx new file mode 100644 index 00000000..3b482244 --- /dev/null +++ b/inx/embroider_input_GT.inx @@ -0,0 +1,16 @@ + + + <_name>GT file input + org.inkstitch.input.gt + embroider_input.py + inkex.py + + .gt + application/x-embroidery-gt + <_filetypename>Ink/Stitch: Gold Thread Embroidery Format (.gt) + <_filetypetooltip>convert GT file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_HUS.inx b/inx/embroider_input_HUS.inx new file mode 100644 index 00000000..3b19ee87 --- /dev/null +++ b/inx/embroider_input_HUS.inx @@ -0,0 +1,16 @@ + + + <_name>HUS file input + org.inkstitch.input.hus + embroider_input.py + inkex.py + + .hus + application/x-embroidery-hus + <_filetypename>Ink/Stitch: Husqvarna Viking Embroidery Format (.hus) + <_filetypetooltip>convert HUS file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_INB.inx b/inx/embroider_input_INB.inx new file mode 100644 index 00000000..24c6535d --- /dev/null +++ b/inx/embroider_input_INB.inx @@ -0,0 +1,16 @@ + + + <_name>INB file input + org.inkstitch.input.inb + embroider_input.py + inkex.py + + .inb + application/x-embroidery-inb + <_filetypename>Ink/Stitch: Inbro Embroidery Format (.inb) + <_filetypetooltip>convert INB file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_INF.inx b/inx/embroider_input_INF.inx new file mode 100644 index 00000000..db7e5d57 --- /dev/null +++ b/inx/embroider_input_INF.inx @@ -0,0 +1,16 @@ + + + <_name>INF file input + org.inkstitch.input.inf + embroider_input.py + inkex.py + + .inf + application/x-embroidery-inf + <_filetypename>Ink/Stitch: Embroidery Color Format (.inf) + <_filetypetooltip>convert INF file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_JEF.inx b/inx/embroider_input_JEF.inx new file mode 100644 index 00000000..c2030622 --- /dev/null +++ b/inx/embroider_input_JEF.inx @@ -0,0 +1,16 @@ + + + <_name>JEF file input + org.inkstitch.input.jef + embroider_input.py + inkex.py + + .jef + application/x-embroidery-jef + <_filetypename>Ink/Stitch: Janome Embroidery Format (.jef) + <_filetypetooltip>convert JEF file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_KSM.inx b/inx/embroider_input_KSM.inx new file mode 100644 index 00000000..2869ea07 --- /dev/null +++ b/inx/embroider_input_KSM.inx @@ -0,0 +1,16 @@ + + + <_name>KSM file input + org.inkstitch.input.ksm + embroider_input.py + inkex.py + + .ksm + application/x-embroidery-ksm + <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.ksm) + <_filetypetooltip>convert KSM file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_MAX.inx b/inx/embroider_input_MAX.inx new file mode 100644 index 00000000..2dbbe2cc --- /dev/null +++ b/inx/embroider_input_MAX.inx @@ -0,0 +1,16 @@ + + + <_name>MAX file input + org.inkstitch.input.max + embroider_input.py + inkex.py + + .max + application/x-embroidery-max + <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.max) + <_filetypetooltip>convert MAX file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_MIT.inx b/inx/embroider_input_MIT.inx new file mode 100644 index 00000000..10f5dfd3 --- /dev/null +++ b/inx/embroider_input_MIT.inx @@ -0,0 +1,16 @@ + + + <_name>MIT file input + org.inkstitch.input.mit + embroider_input.py + inkex.py + + .mit + application/x-embroidery-mit + <_filetypename>Ink/Stitch: Mitsubishi Embroidery Format (.mit) + <_filetypetooltip>convert MIT file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_NEW.inx b/inx/embroider_input_NEW.inx new file mode 100644 index 00000000..f13a7009 --- /dev/null +++ b/inx/embroider_input_NEW.inx @@ -0,0 +1,16 @@ + + + <_name>NEW file input + org.inkstitch.input.new + embroider_input.py + inkex.py + + .new + application/x-embroidery-new + <_filetypename>Ink/Stitch: Ameco Embroidery Format (.new) + <_filetypetooltip>convert NEW file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_OFM.inx b/inx/embroider_input_OFM.inx new file mode 100644 index 00000000..9086900d --- /dev/null +++ b/inx/embroider_input_OFM.inx @@ -0,0 +1,16 @@ + + + <_name>OFM file input + org.inkstitch.input.ofm + embroider_input.py + inkex.py + + .ofm + application/x-embroidery-ofm + <_filetypename>Ink/Stitch: Melco Embroidery Format (.ofm) + <_filetypetooltip>convert OFM file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_PCD.inx b/inx/embroider_input_PCD.inx new file mode 100644 index 00000000..fc9c7362 --- /dev/null +++ b/inx/embroider_input_PCD.inx @@ -0,0 +1,16 @@ + + + <_name>PCD file input + org.inkstitch.input.pcd + embroider_input.py + inkex.py + + .pcd + application/x-embroidery-pcd + <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.pcd) + <_filetypetooltip>convert PCD file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_PCM.inx b/inx/embroider_input_PCM.inx new file mode 100644 index 00000000..fe6c3e22 --- /dev/null +++ b/inx/embroider_input_PCM.inx @@ -0,0 +1,16 @@ + + + <_name>PCM file input + org.inkstitch.input.pcm + embroider_input.py + inkex.py + + .pcm + application/x-embroidery-pcm + <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.pcm) + <_filetypetooltip>convert PCM file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_PCQ.inx b/inx/embroider_input_PCQ.inx new file mode 100644 index 00000000..932a9568 --- /dev/null +++ b/inx/embroider_input_PCQ.inx @@ -0,0 +1,16 @@ + + + <_name>PCQ file input + org.inkstitch.input.pcq + embroider_input.py + inkex.py + + .pcq + application/x-embroidery-pcq + <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.pcq) + <_filetypetooltip>convert PCQ file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_PCS.inx b/inx/embroider_input_PCS.inx new file mode 100644 index 00000000..d9d058c0 --- /dev/null +++ b/inx/embroider_input_PCS.inx @@ -0,0 +1,16 @@ + + + <_name>PCS file input + org.inkstitch.input.pcs + embroider_input.py + inkex.py + + .pcs + application/x-embroidery-pcs + <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.pcs) + <_filetypetooltip>convert PCS file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_PEC.inx b/inx/embroider_input_PEC.inx new file mode 100644 index 00000000..382dedff --- /dev/null +++ b/inx/embroider_input_PEC.inx @@ -0,0 +1,16 @@ + + + <_name>PEC file input + org.inkstitch.input.pec + embroider_input.py + inkex.py + + .pec + application/x-embroidery-pec + <_filetypename>Ink/Stitch: Brother Embroidery Format (.pec) + <_filetypetooltip>convert PEC file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_PES.inx b/inx/embroider_input_PES.inx new file mode 100644 index 00000000..451a4da6 --- /dev/null +++ b/inx/embroider_input_PES.inx @@ -0,0 +1,16 @@ + + + <_name>PES file input + org.inkstitch.input.pes + embroider_input.py + inkex.py + + .pes + application/x-embroidery-pes + <_filetypename>Ink/Stitch: Brother Embroidery Format (.pes) + <_filetypetooltip>convert PES file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_PHB.inx b/inx/embroider_input_PHB.inx new file mode 100644 index 00000000..ab4daf67 --- /dev/null +++ b/inx/embroider_input_PHB.inx @@ -0,0 +1,16 @@ + + + <_name>PHB file input + org.inkstitch.input.phb + embroider_input.py + inkex.py + + .phb + application/x-embroidery-phb + <_filetypename>Ink/Stitch: Brother Embroidery Format (.phb) + <_filetypetooltip>convert PHB file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_PHC.inx b/inx/embroider_input_PHC.inx new file mode 100644 index 00000000..e36739af --- /dev/null +++ b/inx/embroider_input_PHC.inx @@ -0,0 +1,16 @@ + + + <_name>PHC file input + org.inkstitch.input.phc + embroider_input.py + inkex.py + + .phc + application/x-embroidery-phc + <_filetypename>Ink/Stitch: Brother Embroidery Format (.phc) + <_filetypetooltip>convert PHC file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_PLT.inx b/inx/embroider_input_PLT.inx new file mode 100644 index 00000000..ec2374da --- /dev/null +++ b/inx/embroider_input_PLT.inx @@ -0,0 +1,16 @@ + + + <_name>PLT file input + org.inkstitch.input.plt + embroider_input.py + inkex.py + + .plt + application/x-embroidery-plt + <_filetypename>Ink/Stitch: AutoCAD Plot Drawing Format (.plt) + <_filetypetooltip>convert PLT file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_RGB.inx b/inx/embroider_input_RGB.inx new file mode 100644 index 00000000..a73955c1 --- /dev/null +++ b/inx/embroider_input_RGB.inx @@ -0,0 +1,16 @@ + + + <_name>RGB file input + org.inkstitch.input.rgb + embroider_input.py + inkex.py + + .rgb + application/x-embroidery-rgb + <_filetypename>Ink/Stitch: RGB Embroidery Format (.rgb) + <_filetypetooltip>convert RGB file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_SEW.inx b/inx/embroider_input_SEW.inx new file mode 100644 index 00000000..8cb41136 --- /dev/null +++ b/inx/embroider_input_SEW.inx @@ -0,0 +1,16 @@ + + + <_name>SEW file input + org.inkstitch.input.sew + embroider_input.py + inkex.py + + .sew + application/x-embroidery-sew + <_filetypename>Ink/Stitch: Janome Embroidery Format (.sew) + <_filetypetooltip>convert SEW file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_SHV.inx b/inx/embroider_input_SHV.inx new file mode 100644 index 00000000..20735cc8 --- /dev/null +++ b/inx/embroider_input_SHV.inx @@ -0,0 +1,16 @@ + + + <_name>SHV file input + org.inkstitch.input.shv + embroider_input.py + inkex.py + + .shv + application/x-embroidery-shv + <_filetypename>Ink/Stitch: Husqvarna Viking Embroidery Format (.shv) + <_filetypetooltip>convert SHV file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_SST.inx b/inx/embroider_input_SST.inx new file mode 100644 index 00000000..61f7c782 --- /dev/null +++ b/inx/embroider_input_SST.inx @@ -0,0 +1,16 @@ + + + <_name>SST file input + org.inkstitch.input.sst + embroider_input.py + inkex.py + + .sst + application/x-embroidery-sst + <_filetypename>Ink/Stitch: Sunstar Embroidery Format (.sst) + <_filetypetooltip>convert SST file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_STX.inx b/inx/embroider_input_STX.inx new file mode 100644 index 00000000..5043d6f2 --- /dev/null +++ b/inx/embroider_input_STX.inx @@ -0,0 +1,16 @@ + + + <_name>STX file input + org.inkstitch.input.stx + embroider_input.py + inkex.py + + .stx + application/x-embroidery-stx + <_filetypename>Ink/Stitch: Data Stitch Embroidery Format (.stx) + <_filetypetooltip>convert STX file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_T01.inx b/inx/embroider_input_T01.inx new file mode 100644 index 00000000..5090310e --- /dev/null +++ b/inx/embroider_input_T01.inx @@ -0,0 +1,16 @@ + + + <_name>T01 file input + org.inkstitch.input.t01 + embroider_input.py + inkex.py + + .t01 + application/x-embroidery-t01 + <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.t01) + <_filetypetooltip>convert T01 file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_T09.inx b/inx/embroider_input_T09.inx new file mode 100644 index 00000000..5c64541d --- /dev/null +++ b/inx/embroider_input_T09.inx @@ -0,0 +1,16 @@ + + + <_name>T09 file input + org.inkstitch.input.t09 + embroider_input.py + inkex.py + + .t09 + application/x-embroidery-t09 + <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.t09) + <_filetypetooltip>convert T09 file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_TAP.inx b/inx/embroider_input_TAP.inx new file mode 100644 index 00000000..496105e2 --- /dev/null +++ b/inx/embroider_input_TAP.inx @@ -0,0 +1,16 @@ + + + <_name>TAP file input + org.inkstitch.input.tap + embroider_input.py + inkex.py + + .tap + application/x-embroidery-tap + <_filetypename>Ink/Stitch: Happy Embroidery Format (.tap) + <_filetypetooltip>convert TAP file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_THR.inx b/inx/embroider_input_THR.inx new file mode 100644 index 00000000..d01d6184 --- /dev/null +++ b/inx/embroider_input_THR.inx @@ -0,0 +1,16 @@ + + + <_name>THR file input + org.inkstitch.input.thr + embroider_input.py + inkex.py + + .thr + application/x-embroidery-thr + <_filetypename>Ink/Stitch: ThredWorks Embroidery Format (.thr) + <_filetypetooltip>convert THR file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_U00.inx b/inx/embroider_input_U00.inx new file mode 100644 index 00000000..a98ddaa1 --- /dev/null +++ b/inx/embroider_input_U00.inx @@ -0,0 +1,16 @@ + + + <_name>U00 file input + org.inkstitch.input.u00 + embroider_input.py + inkex.py + + .u00 + application/x-embroidery-u00 + <_filetypename>Ink/Stitch: Barudan Embroidery Format (.u00) + <_filetypetooltip>convert U00 file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_VIP.inx b/inx/embroider_input_VIP.inx new file mode 100644 index 00000000..f607bfd7 --- /dev/null +++ b/inx/embroider_input_VIP.inx @@ -0,0 +1,16 @@ + + + <_name>VIP file input + org.inkstitch.input.vip + embroider_input.py + inkex.py + + .vip + application/x-embroidery-vip + <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.vip) + <_filetypetooltip>convert VIP file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_VP3.inx b/inx/embroider_input_VP3.inx new file mode 100644 index 00000000..cb24f60a --- /dev/null +++ b/inx/embroider_input_VP3.inx @@ -0,0 +1,16 @@ + + + <_name>VP3 file input + org.inkstitch.input.vp3 + embroider_input.py + inkex.py + + .vp3 + application/x-embroidery-vp3 + <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.vp3) + <_filetypetooltip>convert VP3 file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_XXX.inx b/inx/embroider_input_XXX.inx new file mode 100644 index 00000000..64093628 --- /dev/null +++ b/inx/embroider_input_XXX.inx @@ -0,0 +1,16 @@ + + + <_name>XXX file input + org.inkstitch.input.xxx + embroider_input.py + inkex.py + + .xxx + application/x-embroidery-xxx + <_filetypename>Ink/Stitch: Singer Embroidery Format (.xxx) + <_filetypetooltip>convert XXX file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_input_ZSK.inx b/inx/embroider_input_ZSK.inx new file mode 100644 index 00000000..badb36da --- /dev/null +++ b/inx/embroider_input_ZSK.inx @@ -0,0 +1,16 @@ + + + <_name>ZSK file input + org.inkstitch.input.zsk + embroider_input.py + inkex.py + + .zsk + application/x-embroidery-zsk + <_filetypename>Ink/Stitch: ZSK USA Embroidery Format (.zsk) + <_filetypetooltip>convert ZSK file to Ink/Stitch manual-stitch paths + + + diff --git a/inx/embroider_params.inx b/inx/embroider_params.inx new file mode 100644 index 00000000..f3987502 --- /dev/null +++ b/inx/embroider_params.inx @@ -0,0 +1,16 @@ + + + <_name>Params + jonh.embroider.params + embroider_params.py + inkex.py + + all + + + + + + diff --git a/inx/embroider_print.inx b/inx/embroider_print.inx new file mode 100644 index 00000000..cbba82cc --- /dev/null +++ b/inx/embroider_print.inx @@ -0,0 +1,16 @@ + + + <_name>Print + jonh.embroider.print + embroider_print.py + inkex.py + + all + + + + + + diff --git a/inx/embroider_simulate.inx b/inx/embroider_simulate.inx new file mode 100644 index 00000000..9c38ec97 --- /dev/null +++ b/inx/embroider_simulate.inx @@ -0,0 +1,17 @@ + + + <_name>Simulate + jonh.embroider.simulate + embroider_simulate.py + inkex.py + + + all + + + + + + -- cgit v1.2.3