diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-09-06 17:28:38 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-09-06 17:28:38 +0000 |
| commit | 0a33d378a128ec9e2604f06643cb407460506ca8 (patch) | |
| tree | 92336cf72ebeeb4bd7d90e0d10836ac03c607c31 /share/extensions/pathscatter.inx | |
| parent | Color preview in cursor (diff) | |
| download | inkscape-0a33d378a128ec9e2604f06643cb407460506ca8.tar.gz inkscape-0a33d378a128ec9e2604f06643cb407460506ca8.zip | |
Extensions. Consistency fix and UI improvements (Generate from path submenu).
(bzr r9744)
Diffstat (limited to 'share/extensions/pathscatter.inx')
| -rw-r--r-- | share/extensions/pathscatter.inx | 70 |
1 files changed, 38 insertions, 32 deletions
diff --git a/share/extensions/pathscatter.inx b/share/extensions/pathscatter.inx index 19d2e0810..02d00a3ca 100644 --- a/share/extensions/pathscatter.inx +++ b/share/extensions/pathscatter.inx @@ -1,35 +1,41 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <_name>Scatter</_name> - <id>math.univ-lille1.barraud.pathScatter</id> - <dependency type="executable" location="extensions">pathmodifier.py</dependency> - <dependency type="executable" location="extensions">pathscatter.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> - <_param name="title" type="description">This effect scatters a pattern along arbitrary "skeleton" paths. The pattern must be the topmost object in the selection. Groups of paths, shapes, clones are allowed.</_param> - <param name="follow" type="boolean" _gui-text="Follow path orientation">false</param> - <param name="stretch" type="boolean" _gui-text="Stretch spaces to fit skeleton length">false</param> - <param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0">0.0</param> - <param name="noffset" type="float" _gui-text="Normal offset" min="-10000.0" max="10000.0">0.0</param> - <param name="toffset" type="float" _gui-text="Tangential offset" min="-10000.0" max="10000.0">0.0</param> - <param name="vertical" type="boolean" _gui-text="Pattern is vertical">false</param> - <param name="copymode" type="optiongroup" _gui-text="Original pattern will be:"> - <_option value="move">Moved</_option> - <_option value="copy">Copied</_option> - <_option value="clone">Cloned</_option> - </param> - <param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param> - <param name="grouppick" type="boolean" _gui-text="If pattern is a group, pick group members">false</param> - <param name="pickmode" type="optiongroup" _gui-text="Pick group members:"> - <_option value="rand">Randomly</_option> - <_option value="seq">Sequentially</_option> - </param> - <effect> - <object-type>all</object-type> - <effects-menu> - <submenu _name="Generate from Path"/> - </effects-menu> - </effect> - <script> - <command reldir="extensions" interpreter="python">pathscatter.py</command> - </script> + <_name>Scatter</_name> + <id>math.univ-lille1.barraud.pathScatter</id> + <dependency type="executable" location="extensions">pathmodifier.py</dependency> + <dependency type="executable" location="extensions">pathscatter.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <param name="tab" type="notebook"> + <page name="Options" _gui-text="Options"> + <param name="follow" type="boolean" _gui-text="Follow path orientation">false</param> + <param name="stretch" type="boolean" _gui-text="Stretch spaces to fit skeleton length">false</param> + <param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0">0.0</param> + <param name="noffset" type="float" _gui-text="Normal offset:" min="-10000.0" max="10000.0">0.0</param> + <param name="toffset" type="float" _gui-text="Tangential offset:" min="-10000.0" max="10000.0">0.0</param> + <param name="vertical" type="boolean" _gui-text="Pattern is vertical">false</param> + <param name="copymode" type="enum" _gui-text="Original pattern will be:"> + <_item value="move">Moved</_item> + <_item value="copy">Copied</_item> + <_item value="clone">Cloned</_item> + </param> + <param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param> + <param name="grouppick" type="boolean" _gui-text="If pattern is a group, pick group members">false</param> + <param name="pickmode" type="enum" _gui-text="Pick group members:"> + <_item value="rand">Randomly</_item> + <_item value="seq">Sequentially</_item> + </param> + </page> + <page name="Help" _gui-text="Help"> + <_param name="title" type="description">This effect scatters a pattern along arbitrary "skeleton" paths. The pattern must be the topmost object in the selection. Groups of paths, shapes, clones are allowed.</_param> + </page> + </param> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Generate from Path"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">pathscatter.py</command> + </script> </inkscape-extension> |
