summaryrefslogtreecommitdiffstats
path: root/share/extensions/radiusrand.inx
blob: d714d2218971db65bb7e0e06174dc0082dbfec3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<inkscape-extension>
   <_name>Radius Randomize</_name>
   <id>org.ekips.filter.radiusrand</id>
       <dependency type="executable" location="extensions">radiusrand.py</dependency>
       <dependency type="executable" location="extensions">inkex.py</dependency>
       <param name="radius" type="float" min="0.0" max="1000.0" _gui-text="Radius">100.0</param>
       <param name="end" type="boolean" _gui-text="Randomize nodes">true</param>
       <param name="ctrl" type="boolean" _gui-text="Randomize node handles">false</param>
       <param name="norm" type="boolean" _gui-text="Use normal distribution">true</param>
   <effect>
               <object-type>path</object-type>
                <effects-menu>
                    <submenu _name="Modify Path"/>
                </effects-menu>
   </effect>
   <script>
       <command reldir="extensions" interpreter="python">radiusrand.py</command>
   </script>
</inkscape-extension>