edge3d.inx revision 39135a3e07243519dbe40a68e86a7ef524eb3f1b
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan<?xml version="1.0" encoding="UTF-8"?>
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <_name>Edge 3D</_name>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <id>org.greygreen.inkscape.effects.edge3d</id>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <dependency type="executable" location="extensions">edge3d.py</dependency>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <dependency type="executable" location="extensions">inkex.py</dependency>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <param name="angle" type="float" min="0.0" max="360.0"
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal _gui-text="Illumination Angle">45</param>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <param name="shades" type="int" min="2" max="360"
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal _gui-text="Shades">2</param>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <param name="bw" type="boolean"
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal _gui-text="Only black and white">0</param>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <param name="thick" type="float" min="1.0" max="50.0"
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal _gui-text="Stroke width">10</param>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <param name="stddev" type="float" min="1.0" max="100.0"
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal _gui-text="Blur stdDeviation">5</param>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <param name="blurwidth" type="float" min="1.0" max="10.0"
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal _gui-text="Blur width">2</param>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <param name="blurheight" type="float" min="1.0" max="10.0"
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal _gui-text="Blur height">2</param>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <effect>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <object-type>path</object-type>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <effects-menu>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <submenu _name="Modify Path"/>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal </effects-menu>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal </effect>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <script>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal <command reldir="extensions" interpreter="python">edge3d.py</command>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal </script>
abcd8fbfef7fa11f0f88aa6966df7b7c2f851fc5ishmal</inkscape-extension>