24 lines
1.6 KiB
XML
24 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<_name>Scatter 2</_name>
|
|
<id>fablabchemnitz.de.scatter2</id>
|
|
<dependency type="executable" location="extensions">pathmodifier.py</dependency>
|
|
<dependency type="executable" location="extensions">fablabchemnitz_scatter.py</dependency>
|
|
<dependency type="executable" location="extensions">inkex.py</dependency>
|
|
<param name="title" type="description">This effect scatters pattern objects randomly around segment points of arbitrary "skeleton" paths. The pattern is the top most object in the selection. Random_off:density=1,offset=0</param>
|
|
<param name="random" type="boolean" _gui-text="Random : off : density=1 offset=0">true</param>
|
|
<param name="density" type="float" _gui-text="Density : random only" min="1" max="100">6</param>
|
|
<param name="offset" type="float" _gui-text="Offset : random: offset area px" min="0" max="1000">3</param>
|
|
<param name="scale" type="float" _gui-text="Scale : random:from value to 100%" min="1" max="100">20.0</param>
|
|
<param name="rotation" type="float" _gui-text="Rotation : random: from -30 to 30 dgree" min="-30" max="30">20.0</param>
|
|
<effect>
|
|
<effects-menu>
|
|
<submenu _name="FabLab Chemnitz">
|
|
<submenu _name="Shape/Pattern from existing Path(s)"/>
|
|
</submenu>
|
|
</effects-menu>
|
|
</effect>
|
|
<script>
|
|
<command reldir="extensions" interpreter="python">fablabchemnitz_scatter.py</command>
|
|
</script>
|
|
</inkscape-extension> |