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/starshine/starshine.inx

24 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Starshine</name>
<id>fablabchemnitz.de.starshine</id>
<param name="r1" type="int" min="1" max="50" gui-text="Radius - inner (min)">10</param>
<param name="r2" type="int" min="1" max="50" gui-text="Radius - inner (max)">10</param>
<separator />
<param name="R1" type="int" min="100" max="500" gui-text="Radius - outer (min)">350</param>
<param name="R2" type="int" min="100" max="500" gui-text="Radius - outer (max)">350</param>
<separator />
<param name="a1" type="int" min="1" max="20" gui-text="Angle (min)">4</param>
<param name="a2" type="int" min="1" max="20" gui-text="Angle (max)">10</param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu name="FabLab Chemnitz Shape Generators">
<submenu name="Streaks And Blobs" />
</submenu>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">starshine.py</command>
</script>
</inkscape-extension>