pathalongpath.inx revision e461c4631e51a8e7f77aa3e3e5cd978934286c09
<inkscape-extension>
<_name>Pattern along Path</_name>
<id>math.univ-lille1.barraud.pathdeform</id>
<dependency type="executable" location="extensions">pathmodifier.py</dependency>
<dependency type="executable" location="extensions">pathalongpath.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<_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>
<param name="copymode" type="enum" _gui-text="Copies of the pattern:">
<_item value="Single">Single</_item>
<_item value="Single, stretched">Single, stretched</_item>
<_item value="Repeated">Repeated</_item>
<_item value="Repeated, stretched">Repeated, stretched</_item>
</param>
<param name="kind" type="enum" _gui-text="Deformation type:">
<_item value="Snake">Snake</_item>
<_item value="Ribbon">Ribbon</_item>
</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="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param>
<effect>
<effects-menu>
<submenu _name="Generate from Path"/>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">pathalongpath.py</command>
</script>
</inkscape-extension>