diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-07-17 20:14:23 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-07-25 21:17:58 -0400 |
| commit | 17a9f23bfb8b3a150092bc499cdaf533e3390719 (patch) | |
| tree | 7bcc243deb152a577b3dce995eff7fe222b1cd83 /inx/inkstitch_input_U01.inx | |
| parent | f85ee33af6fdb11bdd85af4e0832b9f2ef40b315 (diff) | |
update input extension generator and INXes
Diffstat (limited to 'inx/inkstitch_input_U01.inx')
| -rw-r--r-- | inx/inkstitch_input_U01.inx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/inx/inkstitch_input_U01.inx b/inx/inkstitch_input_U01.inx new file mode 100644 index 00000000..befadd5b --- /dev/null +++ b/inx/inkstitch_input_U01.inx @@ -0,0 +1,17 @@ +<?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> |
