Code

Translations. French translation minor update.
[inkscape.git] / share / extensions / pathscatter.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>Scatter</_name>
4     <id>math.univ-lille1.barraud.pathScatter</id>
5     <dependency type="executable" location="extensions">pathmodifier.py</dependency>
6     <dependency type="executable" location="extensions">pathscatter.py</dependency>
7     <dependency type="executable" location="extensions">inkex.py</dependency>
8         <param name="tab" type="notebook">
9         <page name="Options" _gui-text="Options">
10             <param name="follow" type="boolean" _gui-text="Follow path orientation">false</param>
11             <param name="stretch" type="boolean" _gui-text="Stretch spaces to fit skeleton length">false</param>
12             <param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0">0.0</param>
13             <param name="noffset" type="float" _gui-text="Normal offset:" min="-10000.0" max="10000.0">0.0</param>
14             <param name="toffset" type="float" _gui-text="Tangential offset:" min="-10000.0" max="10000.0">0.0</param>
15             <param name="vertical" type="boolean" _gui-text="Pattern is vertical">false</param>
16             <param name="copymode" type="enum" _gui-text="Original pattern will be:">
17                 <_item value="move">Moved</_item>
18                 <_item value="copy">Copied</_item>
19                 <_item value="clone">Cloned</_item>
20             </param>
21             <param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param>
22             <param name="grouppick" type="boolean" _gui-text="If pattern is a group, pick group members">false</param>
23             <param name="pickmode" type="enum" _gui-text="Pick group members:">
24                 <_item value="rand">Randomly</_item>
25                 <_item value="seq">Sequentially</_item>
26             </param> 
27         </page>
28         <page name="Help" _gui-text="Help">
29             <_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>
30         </page>
31     </param>
32     <effect>
33         <object-type>all</object-type>
34         <effects-menu>
35             <submenu _name="Generate from Path"/>
36         </effects-menu>
37     </effect>
38     <script>
39         <command reldir="extensions" interpreter="python">pathscatter.py</command>
40     </script>
41 </inkscape-extension>