summaryrefslogtreecommitdiff
path: root/templates/unlink_clone.xml
diff options
context:
space:
mode:
authorcapellancitizen <thecapellancitizen@gmail.com>2024-04-12 16:01:17 -0400
committerGitHub <noreply@github.com>2024-04-12 16:01:17 -0400
commit7e756b8971cc3b85a0beec3e674c4c1d9284e4b2 (patch)
tree5cbb1effd63000805afa912c9fea6173fc12e330 /templates/unlink_clone.xml
parentdd85f23bdb78d53d4b704d18b4a6eceaea8335bd (diff)
Additional Clone functionality (#2834)
- Recursive Clones now pick up inkstitch:angle etc. from clones they clone - Style now properly propogates to clones - Unlink Clone tool (which applies angle changes, etc.) - Minor refactoring
Diffstat (limited to 'templates/unlink_clone.xml')
-rw-r--r--templates/unlink_clone.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/unlink_clone.xml b/templates/unlink_clone.xml
new file mode 100644
index 00000000..cd1caa00
--- /dev/null
+++ b/templates/unlink_clone.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Unlink Clone</name>
+ <id>org.{{ id_inkstitch }}.unlink_clone</id>
+ <param name="extension" type="string" gui-hidden="true">unlink_clone</param>
+ <param name="recursive" type="boolean" gui-text="Recursive">true</param>
+ <effect needs-live-preview="false">
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="{{ menu_inkstitch }}" translatable="no">
+ <submenu name="Edit" />
+ </submenu>
+ </effects-menu>
+ </effect>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>