diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-04-28 21:03:52 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-04-29 21:45:25 -0400 |
| commit | a42726679aaf49ecfbabaa236cae10027c37a1f7 (patch) | |
| tree | 93d00532f9786cf040a26123e7754ef5989c4381 /inx/embroider_simulate.inx | |
| parent | 83a0edc1b656dd2914b0211d3992e91b6830d9ed (diff) | |
update inx files to use single script
Diffstat (limited to 'inx/embroider_simulate.inx')
| -rw-r--r-- | inx/embroider_simulate.inx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inx/embroider_simulate.inx b/inx/embroider_simulate.inx index 9c38ec97..66f892d8 100644 --- a/inx/embroider_simulate.inx +++ b/inx/embroider_simulate.inx @@ -2,9 +2,9 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <_name>Simulate</_name> <id>jonh.embroider.simulate</id> - <dependency type="executable" location="extensions">embroider_simulate.py</dependency> + <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> - <param name="path" type="string" _gui-text="Directory where embroidery output is stored"></param> + <param name="extension" type="string" gui-hidden="true">simulate</param> <effect> <object-type>all</object-type> <effects-menu> @@ -12,6 +12,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">embroider_simulate.py</command> + <command reldir="extensions" interpreter="python">inkstitch.py</command> </script> </inkscape-extension> |
