39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <dependency type="executable" location="extensions">pathmodifier.py</dependency>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <dependency type="executable" location="extensions">pathscatter.py</dependency>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <dependency type="executable" location="extensions">inkex.py</dependency>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <param name="follow" type="boolean" _gui-text="Follow path orientation">false</param>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <param name="stretch" type="boolean" _gui-text="Stretch spaces to fit skeleton length">false</param>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0">0.0</param>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <param name="noffset" type="float" _gui-text="Normal offset:" min="-10000.0" max="10000.0">0.0</param>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <param name="toffset" type="float" _gui-text="Tangential offset:" min="-10000.0" max="10000.0">0.0</param>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <param name="vertical" type="boolean" _gui-text="Pattern is vertical">false</param>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <param name="copymode" type="enum" _gui-text="Original pattern will be:">
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <param name="duplicate" type="boolean" _gui-text="Duplicate the pattern before deformation">true</param>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <param name="grouppick" type="boolean" _gui-text="If pattern is a group, pick group members">false</param>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <param name="pickmode" type="enum" _gui-text="Pick group members:">
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <_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>
f1a3257bc5556c5b1f95ec2c6906f1309a390b2aJazzyNico <command reldir="extensions" interpreter="python">pathscatter.py</command>