summaryrefslogtreecommitdiff
path: root/inx
diff options
context:
space:
mode:
Diffstat (limited to 'inx')
-rw-r--r--inx/inkstitch_attach_commands.inx22
-rw-r--r--inx/inkstitch_convert_to_satin.inx17
-rw-r--r--inx/inkstitch_embroider.inx30
-rw-r--r--inx/inkstitch_flip.inx17
-rw-r--r--inx/inkstitch_input_100.inx17
-rw-r--r--inx/inkstitch_input_10O.inx17
-rw-r--r--inx/inkstitch_input_BRO.inx17
-rw-r--r--inx/inkstitch_input_DSB.inx17
-rw-r--r--inx/inkstitch_input_DST.inx17
-rw-r--r--inx/inkstitch_input_DSZ.inx17
-rw-r--r--inx/inkstitch_input_EMD.inx17
-rw-r--r--inx/inkstitch_input_EXP.inx17
-rw-r--r--inx/inkstitch_input_INB.inx17
-rw-r--r--inx/inkstitch_input_JEF.inx17
-rw-r--r--inx/inkstitch_input_KSM.inx17
-rw-r--r--inx/inkstitch_input_PEC.inx17
-rw-r--r--inx/inkstitch_input_PES.inx17
-rw-r--r--inx/inkstitch_input_SEW.inx17
-rw-r--r--inx/inkstitch_input_SHV.inx17
-rw-r--r--inx/inkstitch_input_STX.inx17
-rw-r--r--inx/inkstitch_input_TAP.inx17
-rw-r--r--inx/inkstitch_input_TBF.inx17
-rw-r--r--inx/inkstitch_input_U01.inx17
-rw-r--r--inx/inkstitch_input_VP3.inx17
-rw-r--r--inx/inkstitch_input_XXX.inx17
-rw-r--r--inx/inkstitch_install.inx17
-rw-r--r--inx/inkstitch_layer_commands.inx19
-rw-r--r--inx/inkstitch_output_DST.inx19
-rw-r--r--inx/inkstitch_output_EXP.inx19
-rw-r--r--inx/inkstitch_output_JEF.inx19
-rw-r--r--inx/inkstitch_output_PEC.inx19
-rw-r--r--inx/inkstitch_output_PES.inx19
-rw-r--r--inx/inkstitch_output_VP3.inx19
-rw-r--r--inx/inkstitch_output_ZIP.inx31
-rw-r--r--inx/inkstitch_params.inx17
-rw-r--r--inx/inkstitch_print.inx17
-rw-r--r--inx/inkstitch_simulate.inx17
37 files changed, 0 insertions, 675 deletions
diff --git a/inx/inkstitch_attach_commands.inx b/inx/inkstitch_attach_commands.inx
deleted file mode 100644
index bba8602b..00000000
--- a/inx/inkstitch_attach_commands.inx
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Attach Commands</_name>
- <id>org.inkstitch.commands</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="fill_start" type="boolean" _gui-text="Fill stitch starting position">false</param>
- <param name="fill_end" type="boolean" _gui-text="Fill stitch ending position">false</param>
- <param name="stop" type="boolean" _gui-text="Stop after sewing this object">false</param>
- <param name="trim" type="boolean" _gui-text="Trim thread after sewing this object">false</param>
- <param name="ignore_object" type="boolean" _gui-text="Ignore this object (do not stitch)">false</param>
- <param name="extension" type="string" gui-hidden="true">object_commands</param>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Embroidery" />
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_convert_to_satin.inx b/inx/inkstitch_convert_to_satin.inx
deleted file mode 100644
index d71b2081..00000000
--- a/inx/inkstitch_convert_to_satin.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Convert Line to Satin</_name>
- <id>org.inkstitch.convert_to_satin</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="extension" type="string" gui-hidden="true">convert_to_satin</param>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Embroidery" />
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_embroider.inx b/inx/inkstitch_embroider.inx
deleted file mode 100644
index 70bc10b0..00000000
--- a/inx/inkstitch_embroider.inx
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Embroider</_name>
- <id>jonh.embroider</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="collapse_len_mm" type="float" min="0.0" max="10.0" _gui-text="Collapse length (mm)" _gui-description="Jump stitches smaller than this will be treated as normal stitches.">3.0</param>
- <param name="hide_layers" type="boolean" _gui-text="Hide other layers" _gui-description="Hide all other top-level layers when the embroidery layer is generated, in order to make stitching discernable.">true</param>
- <param name="output_format" type="optiongroup" _gui-text="Output file format" appearance="minimal">
- <_option value="dst">Tajima Embroidery Format (DST)</_option>
- <_option value="exp">Melco Embroidery Format (EXP)</_option>
- <_option value="jef">Janome Embroidery Format (JEF)</_option>
- <_option value="pec">Brother Embroidery Format (PEC)</_option>
- <_option value="pes">Brother Embroidery Format (PES)</_option>
- <_option value="vp3">Pfaff Embroidery Format (VP3)</_option>
- <_option value="csv">Comma-separated values (CSV) [DEBUG]</_option>
- <_option value="svg">Scalable Vector Graphics (SVG) [DEBUG]</_option>
- </param>
- <param name="path" type="string" _gui-text="Directory" _gui-description="Leave empty to save the output in Inkscape's extension directory."></param>
- <param name="extension" type="string" gui-hidden="true">embroider</param>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Embroidery"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_flip.inx b/inx/inkstitch_flip.inx
deleted file mode 100644
index f129b8d9..00000000
--- a/inx/inkstitch_flip.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Flip Satin Columns</_name>
- <id>org.inkstitch.flip_satins</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="extension" type="string" gui-hidden="true">flip</param>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Embroidery"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_100.inx b/inx/inkstitch_input_100.inx
deleted file mode 100644
index def2011d..00000000
--- a/inx/inkstitch_input_100.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>100 file input</_name>
- <id>org.inkstitch.input.100</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.100</extension>
- <mimetype>application/x-embroidery-100</mimetype>
- <_filetypename>Ink/Stitch: Toyota Embroidery Format (.100)</_filetypename>
- <_filetypetooltip>convert 100 file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_10O.inx b/inx/inkstitch_input_10O.inx
deleted file mode 100644
index 29b14397..00000000
--- a/inx/inkstitch_input_10O.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>10O file input</_name>
- <id>org.inkstitch.input.10o</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.10o</extension>
- <mimetype>application/x-embroidery-10o</mimetype>
- <_filetypename>Ink/Stitch: Toyota Embroidery Format (.10o)</_filetypename>
- <_filetypetooltip>convert 10O file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_BRO.inx b/inx/inkstitch_input_BRO.inx
deleted file mode 100644
index 928195a6..00000000
--- a/inx/inkstitch_input_BRO.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>BRO file input</_name>
- <id>org.inkstitch.input.bro</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.bro</extension>
- <mimetype>application/x-embroidery-bro</mimetype>
- <_filetypename>Ink/Stitch: Bits &amp; Volts Embroidery Format (.bro)</_filetypename>
- <_filetypetooltip>convert BRO file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_DSB.inx b/inx/inkstitch_input_DSB.inx
deleted file mode 100644
index c78e1c2d..00000000
--- a/inx/inkstitch_input_DSB.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>DSB file input</_name>
- <id>org.inkstitch.input.dsb</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.dsb</extension>
- <mimetype>application/x-embroidery-dsb</mimetype>
- <_filetypename>Ink/Stitch: Tajima(Barudan) Embroidery Format (.dsb)</_filetypename>
- <_filetypetooltip>convert DSB file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_DST.inx b/inx/inkstitch_input_DST.inx
deleted file mode 100644
index b3eee601..00000000
--- a/inx/inkstitch_input_DST.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>DST file input</_name>
- <id>org.inkstitch.input.dst</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.dst</extension>
- <mimetype>application/x-embroidery-dst</mimetype>
- <_filetypename>Ink/Stitch: Tajima Embroidery Format (.dst)</_filetypename>
- <_filetypetooltip>convert DST file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_DSZ.inx b/inx/inkstitch_input_DSZ.inx
deleted file mode 100644
index 388aeda0..00000000
--- a/inx/inkstitch_input_DSZ.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>DSZ file input</_name>
- <id>org.inkstitch.input.dsz</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.dsz</extension>
- <mimetype>application/x-embroidery-dsz</mimetype>
- <_filetypename>Ink/Stitch: ZSK USA Embroidery Format (.dsz)</_filetypename>
- <_filetypetooltip>convert DSZ file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_EMD.inx b/inx/inkstitch_input_EMD.inx
deleted file mode 100644
index c05da24f..00000000
--- a/inx/inkstitch_input_EMD.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>EMD file input</_name>
- <id>org.inkstitch.input.emd</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.emd</extension>
- <mimetype>application/x-embroidery-emd</mimetype>
- <_filetypename>Ink/Stitch: Elna Embroidery Format (.emd)</_filetypename>
- <_filetypetooltip>convert EMD file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_EXP.inx b/inx/inkstitch_input_EXP.inx
deleted file mode 100644
index 2c5997d5..00000000
--- a/inx/inkstitch_input_EXP.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>EXP file input</_name>
- <id>org.inkstitch.input.exp</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.exp</extension>
- <mimetype>application/x-embroidery-exp</mimetype>
- <_filetypename>Ink/Stitch: Melco Embroidery Format (.exp)</_filetypename>
- <_filetypetooltip>convert EXP file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_INB.inx b/inx/inkstitch_input_INB.inx
deleted file mode 100644
index 7409a853..00000000
--- a/inx/inkstitch_input_INB.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>INB file input</_name>
- <id>org.inkstitch.input.inb</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.inb</extension>
- <mimetype>application/x-embroidery-inb</mimetype>
- <_filetypename>Ink/Stitch: Inbro Embroidery Format (.inb)</_filetypename>
- <_filetypetooltip>convert INB file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_JEF.inx b/inx/inkstitch_input_JEF.inx
deleted file mode 100644
index 364e969f..00000000
--- a/inx/inkstitch_input_JEF.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>JEF file input</_name>
- <id>org.inkstitch.input.jef</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.jef</extension>
- <mimetype>application/x-embroidery-jef</mimetype>
- <_filetypename>Ink/Stitch: Janome Embroidery Format (.jef)</_filetypename>
- <_filetypetooltip>convert JEF file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_KSM.inx b/inx/inkstitch_input_KSM.inx
deleted file mode 100644
index b01eb195..00000000
--- a/inx/inkstitch_input_KSM.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>KSM file input</_name>
- <id>org.inkstitch.input.ksm</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.ksm</extension>
- <mimetype>application/x-embroidery-ksm</mimetype>
- <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.ksm)</_filetypename>
- <_filetypetooltip>convert KSM file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_PEC.inx b/inx/inkstitch_input_PEC.inx
deleted file mode 100644
index 885c0125..00000000
--- a/inx/inkstitch_input_PEC.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>PEC file input</_name>
- <id>org.inkstitch.input.pec</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.pec</extension>
- <mimetype>application/x-embroidery-pec</mimetype>
- <_filetypename>Ink/Stitch: Brother Embroidery Format (.pec)</_filetypename>
- <_filetypetooltip>convert PEC file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_PES.inx b/inx/inkstitch_input_PES.inx
deleted file mode 100644
index 6faa06be..00000000
--- a/inx/inkstitch_input_PES.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>PES file input</_name>
- <id>org.inkstitch.input.pes</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.pes</extension>
- <mimetype>application/x-embroidery-pes</mimetype>
- <_filetypename>Ink/Stitch: Brother Embroidery Format (.pes)</_filetypename>
- <_filetypetooltip>convert PES file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_SEW.inx b/inx/inkstitch_input_SEW.inx
deleted file mode 100644
index a7661c97..00000000
--- a/inx/inkstitch_input_SEW.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>SEW file input</_name>
- <id>org.inkstitch.input.sew</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.sew</extension>
- <mimetype>application/x-embroidery-sew</mimetype>
- <_filetypename>Ink/Stitch: Janome Embroidery Format (.sew)</_filetypename>
- <_filetypetooltip>convert SEW file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_SHV.inx b/inx/inkstitch_input_SHV.inx
deleted file mode 100644
index 7aad470c..00000000
--- a/inx/inkstitch_input_SHV.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>SHV file input</_name>
- <id>org.inkstitch.input.shv</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.shv</extension>
- <mimetype>application/x-embroidery-shv</mimetype>
- <_filetypename>Ink/Stitch: Husqvarna Viking Embroidery Format (.shv)</_filetypename>
- <_filetypetooltip>convert SHV file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_STX.inx b/inx/inkstitch_input_STX.inx
deleted file mode 100644
index 3f1a3065..00000000
--- a/inx/inkstitch_input_STX.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>STX file input</_name>
- <id>org.inkstitch.input.stx</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.stx</extension>
- <mimetype>application/x-embroidery-stx</mimetype>
- <_filetypename>Ink/Stitch: Data Stitch Embroidery Format (.stx)</_filetypename>
- <_filetypetooltip>convert STX file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_TAP.inx b/inx/inkstitch_input_TAP.inx
deleted file mode 100644
index bf299130..00000000
--- a/inx/inkstitch_input_TAP.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>TAP file input</_name>
- <id>org.inkstitch.input.tap</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.tap</extension>
- <mimetype>application/x-embroidery-tap</mimetype>
- <_filetypename>Ink/Stitch: Happy Embroidery Format (.tap)</_filetypename>
- <_filetypetooltip>convert TAP file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_TBF.inx b/inx/inkstitch_input_TBF.inx
deleted file mode 100644
index e2b72ec9..00000000
--- a/inx/inkstitch_input_TBF.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>TBF file input</_name>
- <id>org.inkstitch.input.tbf</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.tbf</extension>
- <mimetype>application/x-embroidery-tbf</mimetype>
- <_filetypename>Ink/Stitch: Tajima Embroidery Format (.tbf)</_filetypename>
- <_filetypetooltip>convert TBF file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_U01.inx b/inx/inkstitch_input_U01.inx
deleted file mode 100644
index befadd5b..00000000
--- a/inx/inkstitch_input_U01.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>U01 file input</_name>
- <id>org.inkstitch.input.u01</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.u01</extension>
- <mimetype>application/x-embroidery-u01</mimetype>
- <_filetypename>Ink/Stitch: Barudan Embroidery Format (.u01)</_filetypename>
- <_filetypetooltip>convert U01 file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_VP3.inx b/inx/inkstitch_input_VP3.inx
deleted file mode 100644
index b39f630a..00000000
--- a/inx/inkstitch_input_VP3.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>VP3 file input</_name>
- <id>org.inkstitch.input.vp3</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.vp3</extension>
- <mimetype>application/x-embroidery-vp3</mimetype>
- <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.vp3)</_filetypename>
- <_filetypetooltip>convert VP3 file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_input_XXX.inx b/inx/inkstitch_input_XXX.inx
deleted file mode 100644
index 6e8e501e..00000000
--- a/inx/inkstitch_input_XXX.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>XXX file input</_name>
- <id>org.inkstitch.input.xxx</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.xxx</extension>
- <mimetype>application/x-embroidery-xxx</mimetype>
- <_filetypename>Ink/Stitch: Singer Embroidery Format (.xxx)</_filetypename>
- <_filetypetooltip>convert XXX file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_install.inx b/inx/inkstitch_install.inx
deleted file mode 100644
index 7275e13a..00000000
--- a/inx/inkstitch_install.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Install add-ons for Inkscape</_name>
- <id>org.inkstitch.install</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="extension" type="string" gui-hidden="true">install</param>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Embroidery"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_layer_commands.inx b/inx/inkstitch_layer_commands.inx
deleted file mode 100644
index 7eadd094..00000000
--- a/inx/inkstitch_layer_commands.inx
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Add Layer Commands</_name>
- <id>org.inkstitch.layer_commands</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="description" type="description">Commands will be added to the currently-selected layer.</param>
- <param name="ignore_layer" type="boolean" _gui-text="Ignore layer (do not stitch any objects in this layer)">false</param>
- <param name="extension" type="string" gui-hidden="true">layer_commands</param>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Embroidery" />
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_output_DST.inx b/inx/inkstitch_output_DST.inx
deleted file mode 100644
index fa034f40..00000000
--- a/inx/inkstitch_output_DST.inx
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>DST file output</_name>
- <id>org.inkstitch.output.dst</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <output>
- <extension>.dst</extension>
- <mimetype>application/x-embroidery-dst</mimetype>
- <_filetypename>Ink/Stitch: Tajima Embroidery Format (.dst)</_filetypename>
- <_filetypetooltip>Save design in DST format using Ink/Stitch</_filetypetooltip>
- <dataloss>true</dataloss>
- </output>
- <param name="extension" type="string" gui-hidden="true">output</param>
- <param name="format" type="string" gui-hidden="true">dst</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_output_EXP.inx b/inx/inkstitch_output_EXP.inx
deleted file mode 100644
index 853bab9f..00000000
--- a/inx/inkstitch_output_EXP.inx
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>EXP file output</_name>
- <id>org.inkstitch.output.exp</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <output>
- <extension>.exp</extension>
- <mimetype>application/x-embroidery-exp</mimetype>
- <_filetypename>Ink/Stitch: Melco Embroidery Format (.exp)</_filetypename>
- <_filetypetooltip>Save design in EXP format using Ink/Stitch</_filetypetooltip>
- <dataloss>true</dataloss>
- </output>
- <param name="extension" type="string" gui-hidden="true">output</param>
- <param name="format" type="string" gui-hidden="true">exp</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_output_JEF.inx b/inx/inkstitch_output_JEF.inx
deleted file mode 100644
index 74b752fc..00000000
--- a/inx/inkstitch_output_JEF.inx
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>JEF file output</_name>
- <id>org.inkstitch.output.jef</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <output>
- <extension>.jef</extension>
- <mimetype>application/x-embroidery-jef</mimetype>
- <_filetypename>Ink/Stitch: Janome Embroidery Format (.jef)</_filetypename>
- <_filetypetooltip>Save design in JEF format using Ink/Stitch</_filetypetooltip>
- <dataloss>true</dataloss>
- </output>
- <param name="extension" type="string" gui-hidden="true">output</param>
- <param name="format" type="string" gui-hidden="true">jef</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_output_PEC.inx b/inx/inkstitch_output_PEC.inx
deleted file mode 100644
index 6d76b165..00000000
--- a/inx/inkstitch_output_PEC.inx
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>PEC file output</_name>
- <id>org.inkstitch.output.pec</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <output>
- <extension>.pec</extension>
- <mimetype>application/x-embroidery-pec</mimetype>
- <_filetypename>Ink/Stitch: Brother Embroidery Format (.pec)</_filetypename>
- <_filetypetooltip>Save design in PEC format using Ink/Stitch</_filetypetooltip>
- <dataloss>true</dataloss>
- </output>
- <param name="extension" type="string" gui-hidden="true">output</param>
- <param name="format" type="string" gui-hidden="true">pec</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_output_PES.inx b/inx/inkstitch_output_PES.inx
deleted file mode 100644
index b821225a..00000000
--- a/inx/inkstitch_output_PES.inx
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>PES file output</_name>
- <id>org.inkstitch.output.pes</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <output>
- <extension>.pes</extension>
- <mimetype>application/x-embroidery-pes</mimetype>
- <_filetypename>Ink/Stitch: Brother Embroidery Format (.pes)</_filetypename>
- <_filetypetooltip>Save design in PES format using Ink/Stitch</_filetypetooltip>
- <dataloss>true</dataloss>
- </output>
- <param name="extension" type="string" gui-hidden="true">output</param>
- <param name="format" type="string" gui-hidden="true">pes</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_output_VP3.inx b/inx/inkstitch_output_VP3.inx
deleted file mode 100644
index 11843420..00000000
--- a/inx/inkstitch_output_VP3.inx
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>VP3 file output</_name>
- <id>org.inkstitch.output.vp3</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <output>
- <extension>.vp3</extension>
- <mimetype>application/x-embroidery-vp3</mimetype>
- <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.vp3)</_filetypename>
- <_filetypetooltip>Save design in VP3 format using Ink/Stitch</_filetypetooltip>
- <dataloss>true</dataloss>
- </output>
- <param name="extension" type="string" gui-hidden="true">output</param>
- <param name="format" type="string" gui-hidden="true">vp3</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_output_ZIP.inx b/inx/inkstitch_output_ZIP.inx
deleted file mode 100644
index 81f17b23..00000000
--- a/inx/inkstitch_output_ZIP.inx
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>embroidery ZIP file output</_name>
- <id>org.inkstitch.output.zip</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <output>
- <extension>.zip</extension>
- <mimetype>application/zip</mimetype>
- <_filetypename>Ink/Stitch: ZIP export multiple formats (.zip)</_filetypename>
- <_filetypetooltip>Create a ZIP with multiple embroidery file formats using Ink/Stitch</_filetypetooltip>
- <dataloss>true</dataloss>
- </output>
-
- <param name="format-pec" type="boolean" _gui-text=".PEC: Brother Embroidery Format">false</param>
-
- <param name="format-pes" type="boolean" _gui-text=".PES: Brother Embroidery Format">false</param>
-
- <param name="format-exp" type="boolean" _gui-text=".EXP: Melco Embroidery Format">false</param>
-
- <param name="format-dst" type="boolean" _gui-text=".DST: Tajima Embroidery Format">false</param>
-
- <param name="format-jef" type="boolean" _gui-text=".JEF: Janome Embroidery Format">false</param>
-
- <param name="format-vp3" type="boolean" _gui-text=".VP3: Pfaff Embroidery Format">false</param>
-
- <param name="extension" type="string" gui-hidden="true">zip</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension> \ No newline at end of file
diff --git a/inx/inkstitch_params.inx b/inx/inkstitch_params.inx
deleted file mode 100644
index 7b3b4e63..00000000
--- a/inx/inkstitch_params.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Params</_name>
- <id>jonh.embroider.params</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="extension" type="string" gui-hidden="true">params</param>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Embroidery"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_print.inx b/inx/inkstitch_print.inx
deleted file mode 100644
index edc96a4c..00000000
--- a/inx/inkstitch_print.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Print</_name>
- <id>jonh.embroider.print</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="extension" type="string" gui-hidden="true">print</param>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Embroidery"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>
diff --git a/inx/inkstitch_simulate.inx b/inx/inkstitch_simulate.inx
deleted file mode 100644
index 66f892d8..00000000
--- a/inx/inkstitch_simulate.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Simulate</_name>
- <id>jonh.embroider.simulate</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="extension" type="string" gui-hidden="true">simulate</param>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Embroidery"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>