Code

added a "selected only" checkbox for fixing some obscure usability issue
[inkscape.git] / share / extensions / interp.inx
1 <inkscape-extension>
2     <_name>Interpolate</_name>
3     <id>org.ekips.filter.interp</id>
4         <dependency type="executable" location="extensions">interp.py</dependency>
5         <dependency type="executable" location="extensions">inkex.py</dependency>
6         <param name="exponent" type="float" min="-100.0" max="100.0" _gui-text="Exponent">0.00</param>
7         <param name="steps" type="int" min="1" max="1000" _gui-text="Interpolation steps">5</param>
8         <param name="method" type="int" min="1" max="2" _gui-text="Interpolation method">2</param>
9         <param name="dup" type="boolean" _gui-text="Duplicate endpaths">true</param>
10         <param name="style" type="boolean" _gui-text="Interpolate style (experimental)">false</param>
11     <effect>
12                 <object-type>path</object-type>
13                 <effects-menu>
14                     <submenu _name="Generate from Path"/>
15                 </effects-menu>
16     </effect>
17     <script>
18         <command reldir="extensions" interpreter="python">interp.py</command>
19     </script>
20 </inkscape-extension>