inkstitch/embroider_simulate.inx

18 wiersze
751 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Simulate</_name>
<id>jonh.embroider.simulate</id>
<dependency type="executable" location="extensions">embroider_simulate.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<param name="path" type="string" _gui-text="Directory where embroidery output is stored"></param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu _name="Embroidery"/>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">embroider_simulate.py</command>
</script>
</inkscape-extension>