diff options
| author | Lex Neva <github@lexneva.name> | 2017-10-03 13:10:08 +0100 |
|---|---|---|
| committer | Lex Neva <github@lexneva.name> | 2017-10-03 13:10:08 +0100 |
| commit | 8744ae054b1325db711e08560af64c137b1b5fa7 (patch) | |
| tree | 8f722ce4a796e0411bfab2a30a86ce794ff65497 /embroider_simulate.inx | |
| parent | f4d1843b98bdde275a49f7c4cf013fc9103e6a5a (diff) | |
add Simulate effect to visualize stitching order
Diffstat (limited to 'embroider_simulate.inx')
| -rw-r--r-- | embroider_simulate.inx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/embroider_simulate.inx b/embroider_simulate.inx new file mode 100644 index 00000000..9c38ec97 --- /dev/null +++ b/embroider_simulate.inx @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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">inkex.py</dependency> + <param name="path" type="string" _gui-text="Directory where embroidery output is stored"></param> + <effect> + <object-type>all</object-type> + <effects-menu> + <submenu _name="Embroidery"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">embroider_simulate.py</command> + </script> +</inkscape-extension> |
