summaryrefslogtreecommitdiff
path: root/inx
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-04-20 22:49:05 -0400
committerLex Neva <github.com@lexneva.name>2018-04-28 20:13:03 -0400
commitb842c4148b5522729dd2483c22dd4e7b8de54f9a (patch)
treef9a25a45edfab3e00853c6592d45e84110db6cb8 /inx
parente3b3fbebc049a465da5d0a9b7801da0a97e635d1 (diff)
add thread palette installer
Diffstat (limited to 'inx')
-rw-r--r--inx/embroider_install_palettes.inx16
1 files changed, 16 insertions, 0 deletions
diff --git a/inx/embroider_install_palettes.inx b/inx/embroider_install_palettes.inx
new file mode 100644
index 00000000..063d6670
--- /dev/null
+++ b/inx/embroider_install_palettes.inx
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <_name>Install thread manufacturer color palettes</_name>
+ <id>org.inkstitch.palettes</id>
+ <dependency type="executable" location="extensions">embroider_install_palettes.py</dependency>
+ <dependency type="executable" location="extensions">inkex.py</dependency>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu _name="Embroidery"/>
+ </effects-menu>
+ </effect>
+ <script>
+ <command reldir="extensions" interpreter="python">embroider_install_palettes.py</command>
+ </script>
+</inkscape-extension>