Code

add support for ROBO-Master multi-spline
[inkscape.git] / share / extensions / pathalongpath.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3   <_name>Pattern along Path</_name>
4   <id>math.univ-lille1.barraud.pathdeform</id>
5   <dependency type="executable" location="extensions">pathmodifier.py</dependency>
6   <dependency type="executable" location="extensions">pathalongpath.py</dependency>
7   <dependency type="executable" location="extensions">inkex.py</dependency>
8   <_param name="title" type="description">This effect bends a pattern object along arbitrary "skeleton" paths. The pattern is the top most object in the selection. (groups of paths/shapes/clones... allowed)</_param>
9   <param name="copymode" type="enum" _gui-text="Copies of the pattern:">
10     <_item value="Single">Single</_item>
11     <_item value="Single, stretched">Single, stretched</_item>
12     <_item value="Repeated">Repeated</_item>
13     <_item value="Repeated, stretched">Repeated, stretched</_item>
14   </param>
15   <param name="kind" type="enum" _gui-text="Deformation type:">
16     <_item value="Snake">Snake</_item>
17     <_item value="Ribbon">Ribbon</_item>
18   </param>
19   <param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0">0.0</param>
20   <param name="noffset" type="float" _gui-text="Normal offset" min="-10000.0" max="10000.0">0.0</param>
21   <param name="toffset" type="float" _gui-text="Tangential offset" min="-10000.0" max="10000.0">0.0</param>
22   <param name="vertical" type="boolean" _gui-text="Pattern is vertical">false</param>
23   <param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param>
24   <effect>
25     <object-type>all</object-type>
26     <effects-menu>
27       <submenu _name="Generate from Path"/>
28     </effects-menu>
29   </effect>
30   <script>
31     <command reldir="extensions" interpreter="python">pathalongpath.py</command>
32   </script>
33 </inkscape-extension>