summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3e4d21d)
raw | patch | inline | side by side (parent: 3e4d21d)
author | joelholdsworth <joelholdsworth@users.sourceforge.net> | |
Fri, 18 Jan 2008 19:04:33 +0000 (19:04 +0000) | ||
committer | joelholdsworth <joelholdsworth@users.sourceforge.net> | |
Fri, 18 Jan 2008 19:04:33 +0000 (19:04 +0000) |
share/extensions/spirograph.inx | patch | blob | history |
index 63ffa7c122d532369f88ddd6bbb6b9d31646ce68..bc2e5354fd268e6f797f5c78293ac2fd7b328c2d 100644 (file)
<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>Inside (Hypotrochoid)</option>
- <option>Outside (Epitrochoid)</option>
+ <_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>
+ <effects-menu>
+ <submenu _name="Render"/>
+ </effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">spirograph.py</command>