~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to share/extensions/edge3d.inx

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<inkscape-extension>
 
2
  <_name>Edge 3D</_name>
 
3
  <id>org.greygreen.inkscape.effects.edge3d</id>
 
4
  <dependency type="executable" location="extensions">edge3d.py</dependency>
 
5
  <dependency type="executable" location="extensions">inkex.py</dependency>
 
6
  <param name="angle" type="float" min="0.0" max="360.0"
 
7
         _gui-text="Illumination Angle">45</param>
 
8
  <param name="shades" type="int" min="2" max="360"
 
9
         _gui-text="Shades">2</param>
 
10
  <param name="bw" type="boolean"
 
11
         _gui-text="Only black and white">0</param>
 
12
  <param name="thick" type="float" min="1.0" max="50.0"
 
13
         _gui-text="Stroke width">10</param>
 
14
  <param name="stddev" type="float" min="1.0" max="100.0"
 
15
         _gui-text="Blur stdDeviation">5</param>
 
16
  <param name="blurwidth" type="float" min="1.0" max="10.0"
 
17
         _gui-text="Blur width">2</param>
 
18
  <param name="blurheight" type="float" min="1.0" max="10.0"
 
19
         _gui-text="Blur height">2</param>
 
20
  <effect>
 
21
    <object-type>path</object-type>
 
22
    <effects-menu>
 
23
      <submenu _name="Modify Path"/>
 
24
    </effects-menu>
 
25
  </effect>
 
26
  <script>
 
27
    <command reldir="extensions" interpreter="python">edge3d.py</command>
 
28
  </script>
 
29
</inkscape-extension>