Code

Generate Voronoi extension. Code by Steven Fortune (C) and Bill Simons (Python).
[inkscape.git] / share / extensions / edge3d.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3   <_name>Edge 3D</_name>
4   <id>org.greygreen.inkscape.effects.edge3d</id>
5   <dependency type="executable" location="extensions">edge3d.py</dependency>
6   <dependency type="executable" location="extensions">inkex.py</dependency>
7   <param name="angle" type="float" min="0.0" max="360.0"
8          _gui-text="Illumination Angle">45</param>
9   <param name="shades" type="int" min="2" max="360"
10          _gui-text="Shades">2</param>
11   <param name="bw" type="boolean"
12          _gui-text="Only black and white">0</param>
13   <param name="thick" type="float" min="1.0" max="50.0"
14          _gui-text="Stroke width">10</param>
15   <param name="stddev" type="float" min="1.0" max="100.0"
16          _gui-text="Blur stdDeviation">5</param>
17   <param name="blurwidth" type="float" min="1.0" max="10.0"
18          _gui-text="Blur width">2</param>
19   <param name="blurheight" type="float" min="1.0" max="10.0"
20          _gui-text="Blur height">2</param>
21   <effect>
22     <object-type>path</object-type>
23     <effects-menu>
24       <submenu _name="Modify Path"/>
25     </effects-menu>
26   </effect>
27   <script>
28     <command reldir="extensions" interpreter="python">edge3d.py</command>
29   </script>
30 </inkscape-extension>