diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-08-14 20:17:59 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-08-14 20:17:59 +0000 |
| commit | 82f43019275a855da8e8317a21ccc7d8b7867bdb (patch) | |
| tree | 8bb239065a179274ea02bf8bca9541cc926f2ef5 /share/extensions/extrude.inx | |
| parent | use 32 and 64 bit sizes explicitly (diff) | |
| download | inkscape-82f43019275a855da8e8317a21ccc7d8b7867bdb.tar.gz inkscape-82f43019275a855da8e8317a21ccc7d8b7867bdb.zip | |
Add new extrude
(bzr r6626)
Diffstat (limited to 'share/extensions/extrude.inx')
| -rw-r--r-- | share/extensions/extrude.inx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/share/extensions/extrude.inx b/share/extensions/extrude.inx new file mode 100644 index 000000000..ee5fa9c2e --- /dev/null +++ b/share/extensions/extrude.inx @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <_name>Extrude</_name> + <id>org.greygreen.inkscape.effects.extrude</id> + <dependency type="executable" location="extensions">extrude.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <param name="mode" type="optiongroup" _gui-text="Mode:"> + <option>Lines</option> + <option>Polygons</option> + </param> + <effect> + <object-type>path</object-type> + <effects-menu> + <submenu _name="Generate from Path"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">extrude.py</command> + </script> +</inkscape-extension> |
