|
Revision 1426, 0.7 kB
(checked in by alpt, 6 months ago)
|
first import
|
| Line | |
|---|
| 1 |
<inkscape-extension> |
|---|
| 2 |
<_name>Render selected shapes</_name> |
|---|
| 3 |
<id>org.inkscape.gdadin.render</id> |
|---|
| 4 |
<dependency type="executable" location="extensions">gdadin.py</dependency> |
|---|
| 5 |
<dependency type="executable" location="extensions">inkex.py</dependency> |
|---|
| 6 |
<param name="renderseed" type="string" gui-text="Random seed (optional) "></param> |
|---|
| 7 |
<param name="rendermaxshapes" type="int" min="0" max="99999999" gui-text="Maximum number of shapes (0 is infinite) ">0</param> |
|---|
| 8 |
<effect> |
|---|
| 9 |
<object-type>all</object-type> |
|---|
| 10 |
<effects-menu> |
|---|
| 11 |
<submenu _name="Gdadin"/> |
|---|
| 12 |
</effects-menu> |
|---|
| 13 |
</effect> |
|---|
| 14 |
<script> |
|---|
| 15 |
<command reldir="extensions" interpreter="python">gdadin_render.py</command> |
|---|
| 16 |
</script> |
|---|
| 17 |
</inkscape-extension> |
|---|