kopia lustrzana https://github.com/inkstitch/inkstitch
32 wiersze
1.4 KiB
XML
32 wiersze
1.4 KiB
XML
<?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="notebook" type="notebook">
|
|
<page name="options" gui-text="Options">
|
|
<param name="extension" type="string" gui-hidden="true">unlink_clone</param>
|
|
<param name="recursive" type="boolean" gui-text="Recursive">true</param>
|
|
<param name="add-group" type="boolean" gui-text="Group unlinked symbols">true</param>
|
|
</page>
|
|
<page name="info" gui-text="Help">
|
|
<label>Unlink clones and apply the fill stitch angle.</label>
|
|
<spacer />
|
|
<label>More information on our website</label>
|
|
<label appearance="url">https://inkstitch.org/docs/edit/#unlink-clone/</label>
|
|
</page>
|
|
</param>
|
|
<effect needs-live-preview="false">
|
|
<object-type>all</object-type>
|
|
<icon>{{ icon_path }}inx/unlink_clone.svg</icon>
|
|
<menu-tip>Unlink clones and apply the fill stitch angle</menu-tip>
|
|
<effects-menu>
|
|
<submenu name="{{ menu_inkstitch }}" translatable="no">
|
|
<submenu name="Edit" />
|
|
</submenu>
|
|
</effects-menu>
|
|
</effect>
|
|
<script>
|
|
{{ command_tag | safe }}
|
|
</script>
|
|
</inkscape-extension>
|