Code

added a "selected only" checkbox for fixing some obscure usability issue
[inkscape.git] / share / extensions / radiusrand.inx
1 <inkscape-extension>
2    <_name>Jitter nodes</_name>
3    <id>org.ekips.filter.radiusrand</id>
4        <dependency type="executable" location="extensions">radiusrand.py</dependency>
5        <dependency type="executable" location="extensions">inkex.py</dependency>
6        <_param name="title" type="description">This effect randomly shifts the nodes (and optionally node handles) of the selected path.</_param>
7        <param name="radius" type="float" min="0.0" max="1000.0" _gui-text="Maximum displacement, px">100.0</param>
8        <param name="end" type="boolean" _gui-text="Shift nodes">true</param>
9        <param name="ctrl" type="boolean" _gui-text="Shift node handles">false</param>
10        <param name="norm" type="boolean" _gui-text="Use normal distribution">true</param>
11    <effect>
12                <object-type>path</object-type>
13                 <effects-menu>
14                     <submenu _name="Modify Path"/>
15                 </effects-menu>
16    </effect>
17    <script>
18        <command reldir="extensions" interpreter="python">radiusrand.py</command>
19    </script>
20 </inkscape-extension>