summaryrefslogtreecommitdiff
path: root/templates/stitch_plan_preview.xml
blob: 6524882da2ba4f0d28e86343c0bffd1778123b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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>
    <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="Visualize and Export" />
            </submenu>
        </effects-menu>
    </effect>
    <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">
        <option value="unchanged">Unchanged</option>
        <option value="hidden">Hidden</option>
        <option value="lower_opacity">Lower opacity</option>
    </param>
    <param name="needle-points" type="boolean" gui-text="Needle points">false</param>
    <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 />
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>