summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1451280)
raw | patch | inline | side by side (parent: 1451280)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 24 Nov 2006 01:08:54 +0000 (01:08 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 24 Nov 2006 01:08:54 +0000 (01:08 +0000) |
share/extensions/radiusrand.inx | patch | blob | history |
index d714d2218971db65bb7e0e06174dc0082dbfec3f..421eac1a6f37aeb5727c92d118a48b4081d9f09d 100644 (file)
<inkscape-extension>
- <_name>Radius Randomize</_name>
+ <_name>Jitter nodes</_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="title" type="description">This effect randomly shifts the nodes (and optionally node handles) of the selected path.</param>
+ <param name="radius" type="float" min="0.0" max="1000.0" _gui-text="Maximum displacement, px">100.0</param>
+ <param name="end" type="boolean" _gui-text="Shift nodes">true</param>
+ <param name="ctrl" type="boolean" _gui-text="Shift node handles">false</param>
<param name="norm" type="boolean" _gui-text="Use normal distribution">true</param>
<effect>
<object-type>path</object-type>