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_GT.inx | |
| parent | f85ee33af6fdb11bdd85af4e0832b9f2ef40b315 (diff) | |
update input extension generator and INXes
Diffstat (limited to 'inx/inkstitch_input_GT.inx')
| -rw-r--r-- | inx/inkstitch_input_GT.inx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/inx/inkstitch_input_GT.inx b/inx/inkstitch_input_GT.inx deleted file mode 100644 index 20a9fda0..00000000 --- a/inx/inkstitch_input_GT.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>GT file input</_name> - <id>org.inkstitch.input.gt</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> - <input> - <extension>.gt</extension> - <mimetype>application/x-embroidery-gt</mimetype> - <_filetypename>Ink/Stitch: Gold Thread Embroidery Format (.gt)</_filetypename> - <_filetypetooltip>convert GT 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> |
