summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2020-02-02 20:08:00 +0100
committerGitHub <noreply@github.com>2020-02-02 20:08:00 +0100
commit0c0874b91c681bc3e891c70522ff34886244aacc (patch)
tree2caba49996a6817622ab82f61d00487027bdcd05 /templates
parent6873098dee594a302a432167635866e1da08c6c9 (diff)
reset embroidery settings (#506)
Diffstat (limited to 'templates')
-rw-r--r--templates/remove_embroidery_settings.inx24
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/remove_embroidery_settings.inx b/templates/remove_embroidery_settings.inx
new file mode 100644
index 00000000..d070f34f
--- /dev/null
+++ b/templates/remove_embroidery_settings.inx
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>{% trans %}Remove embroidery settings{% endtrans %}</name>
+ <id>org.inkstitch.remove_embroidery_settings.{{ locale }}</id>
+ <dependency type="executable" location="extensions">inkstitch.py</dependency>
+ <dependency type="executable" location="extensions">inkex.py</dependency>
+ <param name="description" type="description">{% trans %}Use this extension to remove the information Ink/Stitch has stored in your document. This can be especially useful if you copy and paste objects from an embroidery design into another document.{% endtrans %}</param>
+ <param name="del_params" type="boolean" _gui-text="{% trans %}Remove Params{% endtrans %}"
+ _gui-description="{% trans %}Removes params from selected objects or all objects if nothing is selected.{% endtrans %}">true</param>
+ <param name="del_commands" type="boolean" _gui-text="{% trans %}Remove Commands{% endtrans %}"
+ _gui-description="{% trans %}Removes visual commands from selected objects or all objects if nothing is selected.{% endtrans %}">false</param>
+ <param name="del_print" type="boolean" _gui-text="{% trans %}Remove Print Settings from SVG metadata{% endtrans %}">false</param>
+ <param name="extension" type="string" gui-hidden="true">remove_embroidery_settings</param>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="Ink/Stitch">
+ </submenu>
+ </effects-menu>
+ </effect>
+ <script>
+ <command reldir="extensions" interpreter="python">inkstitch.py</command>
+ </script>
+</inkscape-extension>