home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
Inkscape
/
Inkscape-0.48.2-1-win32.exe
/
share
/
extensions
/
spirograph.inx
< prev
next >
Wrap
Extensible Markup Language
|
2011-07-08
|
1KB
|
26 lines
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Spirograph</_name>
<id>org.ekips.filter.spirograph</id>
<dependency type="executable" location="extensions">spirograph.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<param name="primaryr" type="float" min="0.0" max="1000.0" _gui-text="R - Ring Radius (px)">100.0</param>
<param name="secondaryr" type="float" min="0.0" max="1000.0" _gui-text="r - Gear Radius (px)">60.0</param>
<param name="penr" type="float" min="0.0" max="1000.0" _gui-text="d - Pen Radius (px)">50.0</param>
<param name="gearplacement" type="optiongroup" _gui-text="Gear Placement">
<_option value="inside">Inside (Hypotrochoid)</_option>
<_option value="outside">Outside (Epitrochoid)</_option>
</param>
<param name="rotation" type="float" min="-360.0" max="360.0" _gui-text="Rotation (deg)">0.0</param>
<param name="quality" type="int" min="1" max="100" _gui-text="Quality (Default = 16)">16</param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu _name="Render"/>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">spirograph.py</command>
</script>
</inkscape-extension>