Code

Extensions. Consistency fix and UI improvements (Render submenu, part 2).
[inkscape.git] / share / extensions / wireframe_sphere.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3         <_name>Wireframe Sphere</_name>
4         <id>il.wireframesphere</id>
5         <dependency type="executable" location="extensions">wireframe_sphere.py</dependency>
6         <dependency type="executable" location="extensions">inkex.py</dependency>
7         <dependency type="executable" location="extensions">simplestyle.py</dependency>
8         <dependency type="executable" location="extensions">simpletransform.py</dependency>
9         <param name="num_lat" type="int" min="0" max="1000" _gui-text="Lines of latitude:">19</param>
10         <param name="num_long" type="int" min="0" max="1000" _gui-text="Lines of longitude:">24</param>
11         <param name="tilt" type="float" min="-90" max="90" _gui-text="Tilt (deg):">35</param>
12         <param name="rotation" type="float" min="0" max="360" _gui-text="Rotation (deg):">4</param>
13         <param name="radius" type="float" min="1" max="1000" _gui-text="Radius (px):">100.0</param>
14         <param name="hide_back" type="boolean" _gui-text="Hide lines behind the sphere">false</param>
15         <effect>
16                 <object-type>all</object-type>
17                 <effects-menu>
18                         <submenu _name="Render"/>
19                 </effects-menu>
20         </effect>
21         <script>
22                 <command reldir="extensions" interpreter="python">wireframe_sphere.py</command>
23         </script>
24 </inkscape-extension>