2020-03-22 08:16:28 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-09-26 09:42:17 +00:00
|
|
|
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
|
|
<name>Stitch Plan Preview</name>
|
|
|
|
<id>org.inkstitch.stitch_plan_preview</id>
|
2020-03-22 08:16:28 +00:00
|
|
|
<param name="extension" type="string" gui-hidden="true">stitch_plan_preview</param>
|
|
|
|
<effect>
|
|
|
|
<object-type>all</object-type>
|
|
|
|
<effects-menu>
|
2021-10-14 07:56:38 +00:00
|
|
|
<submenu name="Ink/Stitch" translatable="no">
|
2021-09-26 09:42:17 +00:00
|
|
|
<submenu name="Visualise and Export" />
|
2020-05-16 21:12:06 +00:00
|
|
|
</submenu>
|
2020-03-22 08:16:28 +00:00
|
|
|
</effects-menu>
|
|
|
|
</effect>
|
2021-11-07 19:13:08 +00:00
|
|
|
<param name="move-to-side" type="boolean" gui-text="Move stitch plan beside the canvas">true</param>
|
2021-12-09 14:05:21 +00:00
|
|
|
<param name="layer-visibility" type="optiongroup" appearance="combo" gui-text="Design layer visibility">
|
2023-05-08 15:17:14 +00:00
|
|
|
<option value="unchanged">Unchanged</option>
|
|
|
|
<option value="hidden">Hidden</option>
|
|
|
|
<option value="lower_opacity">Lower opacity</option>
|
2021-11-07 19:13:08 +00:00
|
|
|
</param>
|
|
|
|
<param name="needle-points" type="boolean" gui-text="Needle points">false</param>
|
2023-01-28 13:55:10 +00:00
|
|
|
<param name="insensitive" type="boolean" gui-text="Lock"
|
|
|
|
gui-description="Make stitch plan insensitive to mouse interactions">false</param>
|
2023-03-31 15:10:40 +00:00
|
|
|
<param name="visual-commands" type="boolean" gui-text="Display command symbols">false</param>
|
2022-06-21 17:48:28 +00:00
|
|
|
<spacer />
|
2020-03-22 08:16:28 +00:00
|
|
|
<script>
|
|
|
|
{{ command_tag | safe }}
|
|
|
|
</script>
|
|
|
|
</inkscape-extension>
|