home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / share / extensions / edge3d.inx < prev    next >
Extensible Markup Language  |  2011-07-08  |  1KB  |  31 lines

  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>
  31.