diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-11-24 01:08:54 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-11-24 01:08:54 +0000 |
| commit | c7982ce24a5bd1076887c38fb294fedc57d26538 (patch) | |
| tree | 82ab4c7e1649c329c25e1a50a2c7e51022264e31 | |
| parent | remove error message from groupChatCreate(). Gtalk should be ok with groups ... (diff) | |
| download | inkscape-c7982ce24a5bd1076887c38fb294fedc57d26538.tar.gz inkscape-c7982ce24a5bd1076887c38fb294fedc57d26538.zip | |
rename, copyedit
(bzr r2020)
| -rw-r--r-- | share/extensions/radiusrand.inx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/extensions/radiusrand.inx b/share/extensions/radiusrand.inx index d714d2218..421eac1a6 100644 --- a/share/extensions/radiusrand.inx +++ b/share/extensions/radiusrand.inx @@ -1,11 +1,12 @@ <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> |
