summaryrefslogtreecommitdiff
path: root/templates/object_commands_toggle_visibility.xml
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2022-04-10 10:21:59 +0200
committerGitHub <noreply@github.com>2022-04-10 10:21:59 +0200
commit7ecfa7a2e6b2c971f35d8264c35b3efdae212489 (patch)
tree195e932b557e9d34ace426cac0d8a599479da654 /templates/object_commands_toggle_visibility.xml
parentc575aeda96d389de29389c9e6e46395e1b938244 (diff)
Scale and toggle commands (etc) (#1611)
* scale and toggle commands * fix tie in when first stitch is a jump stitch * set tie modus to 3 for cutwork objects * cutwork set stitch length * fix bug in remove embroidery settings
Diffstat (limited to 'templates/object_commands_toggle_visibility.xml')
-rw-r--r--templates/object_commands_toggle_visibility.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/object_commands_toggle_visibility.xml b/templates/object_commands_toggle_visibility.xml
new file mode 100644
index 00000000..084b731e
--- /dev/null
+++ b/templates/object_commands_toggle_visibility.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Display|Hide Object Commands</name>
+ <id>org.inkstitch.object_commands_toggle_visibility</id>
+ <param name="extension" type="string" gui-hidden="true">object_commands_toggle_visibility</param>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="Ink/Stitch" translatable="no">
+ <submenu name="Commands" />
+ </submenu>
+ </effects-menu>
+ </effect>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>