inkstitch/templates/stitch_plan_preview.xml

29 wiersze
1.4 KiB
XML
Czysty Zwykły widok Historia

2020-03-22 08:16:28 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<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>
<submenu name="Ink/Stitch" translatable="no">
<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>
<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>
<param name="visual-commands" type="boolean" gui-text="Display command symbols">false</param>
<spacer />
2020-03-22 08:16:28 +00:00
<script>
{{ command_tag | safe }}
</script>
</inkscape-extension>