This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/path_number_subpaths.inx

27 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Number Subpaths</name>
<id>fablabchemnitz.de.number_subpaths</id>
<param name="tab" type="notebook">
<page name="Options" gui-text="Options">
<param name="fontsize" type="string" gui-text="Font size:">10px</param>
<param name="dotsize" type="string" gui-text="Dot size:">10px</param>
<param name="showID" type="boolean" gui-text="Show path id">false</param>
<param name="help" type="description">Green dot = start, red dot = end.</param>
</page>
<page name="Help" _gui-text="Help">
<param name="info" type="description" xml:space="preserve">This extension mark the selection's start and endnodes for each subpath and number the subpaths.</param>
</page>
</param>
<effect>
<object-type>path</object-type>
<effects-menu>
<submenu name="FabLab Chemnitz">
<submenu name="Shape/Pattern from existing Path(s)" />
</submenu>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">path_number_subpaths.py</command>
</script>
</inkscape-extension>