summaryrefslogtreecommitdiff
path: root/inx
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-04-28 20:33:13 -0400
committerGitHub <noreply@github.com>2018-04-28 20:33:13 -0400
commit3b4c57d7fc88635d8a696c5279b39dcafa1f8b34 (patch)
treed762c17c7d3f4b1064b1b7adfb4ffcde42f981c2 /inx
parent14828d6fa2d290fb5f10b2e5956b2fa1153588d5 (diff)
parent7ab8dc4018600dcf760c6029c62f04fb6e0257b3 (diff)
Merge pull request #154 from lexelby/lexelby-thread-palettes
adds an extension to install manufacturer thread palettes as Inkscape palettes
Diffstat (limited to 'inx')
-rw-r--r--inx/embroider_palettes.inx16
1 files changed, 16 insertions, 0 deletions
diff --git a/inx/embroider_palettes.inx b/inx/embroider_palettes.inx
new file mode 100644
index 00000000..47ff6cf3
--- /dev/null
+++ b/inx/embroider_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_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_palettes.py</command>
+ </script>
+</inkscape-extension>