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-0.92-deprecated/extensions/fablabchemnitz_polyhedra_ot...

34 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Polyhedra - Other</_name>
<id>fablabchemnitz.de.polyhedra.other</id>
<dependency type="executable" location="extensions">fablabchemnitz_polyhedra.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<param name="poly" _gui-text="Polyhedra to render net for" type="optiongroup" appearance="minimal">
<_option value="ElongatedDodecahedron">ElongatedDodecahedron</_option>
<_option value="MathematicaPolyhedron">MathematicaPolyhedron</_option>
</param>
<param name="size" type="float" min="1.0" max="1000.0" _gui-text="length of first edge, px">100.0</param>
<param name="tabs" type="enum" _gui-text="Tab style">
<_item value="0">Tab and Slot</_item>
<_item value="1">Double Tabs</_item>
<_item value="2">Single Tabs</_item>
<_item value="3">None</_item>
</param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu _name="FabLab Chemnitz">
<submenu _name="Paper/Cardboard Boxes"/>
</submenu>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">fablabchemnitz_polyhedra.py</command>
</script>
</inkscape-extension>