diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/auto_satin.inx | 4 | ||||
| -rw-r--r-- | templates/convert_to_satin.inx | 4 | ||||
| -rw-r--r-- | templates/cut_satin.inx | 4 | ||||
| -rw-r--r-- | templates/embroider.inx | 4 | ||||
| -rw-r--r-- | templates/flip.inx | 4 | ||||
| -rw-r--r-- | templates/global_commands.inx | 4 | ||||
| -rw-r--r-- | templates/input.inx | 4 | ||||
| -rw-r--r-- | templates/install.inx | 4 | ||||
| -rw-r--r-- | templates/layer_commands.inx | 4 | ||||
| -rw-r--r-- | templates/lettering.inx | 4 | ||||
| -rw-r--r-- | templates/object_commands.inx | 4 | ||||
| -rw-r--r-- | templates/output.inx | 4 | ||||
| -rw-r--r-- | templates/params.inx | 4 | ||||
| -rw-r--r-- | templates/print.inx | 4 | ||||
| -rw-r--r-- | templates/remove_embroidery_settings.inx | 4 | ||||
| -rw-r--r-- | templates/simulate.inx | 4 | ||||
| -rw-r--r-- | templates/troubleshoot.inx | 4 | ||||
| -rw-r--r-- | templates/zip.inx | 4 |
18 files changed, 18 insertions, 54 deletions
diff --git a/templates/auto_satin.inx b/templates/auto_satin.inx index 60ca29cd..673ac51e 100644 --- a/templates/auto_satin.inx +++ b/templates/auto_satin.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Auto-Route Satin Columns{% endtrans %}</name> <id>org.inkstitch.auto_satin.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="trim" type="boolean" _gui-text="{% trans %}Trim jump stitches{% endtrans %}">true</param> <param name="preserve_order" type="boolean" _gui-text="{% trans %}Preserve order of satin columns{% endtrans %}">false</param> <param name="extension" type="string" gui-hidden="true">auto_satin</param> @@ -16,6 +14,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/convert_to_satin.inx b/templates/convert_to_satin.inx index d0f87911..80f0b678 100644 --- a/templates/convert_to_satin.inx +++ b/templates/convert_to_satin.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Convert Line to Satin{% endtrans %}</name> <id>org.inkstitch.convert_to_satin.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="extension" type="string" gui-hidden="true">convert_to_satin</param> <effect> <object-type>all</object-type> @@ -14,6 +12,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/cut_satin.inx b/templates/cut_satin.inx index c96d9092..b780543a 100644 --- a/templates/cut_satin.inx +++ b/templates/cut_satin.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Cut Satin Column{% endtrans %}</name> <id>org.inkstitch.cut_satin.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="extension" type="string" gui-hidden="true">cut_satin</param> <effect> <object-type>all</object-type> @@ -14,6 +12,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/embroider.inx b/templates/embroider.inx index f030c8d6..ea062aa4 100644 --- a/templates/embroider.inx +++ b/templates/embroider.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Embroider{% endtrans %}</name> <id>org.inkstitch.embroider.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="collapse_len_mm" type="float" min="0.0" max="10.0" _gui-text="{% trans %}Collapse length (mm){% endtrans %}" _gui-description="{% trans %}Jump stitches smaller than this will be treated as normal stitches.{% endtrans %}">3.0</param> <param name="hide_layers" type="boolean" _gui-text="{% trans %}Hide other layers{% endtrans %}" _gui-description="{% trans %}Hide all other top-level layers when the embroidery layer is generated, in order to make stitching discernible.{% endtrans %}">true</param> <param name="output_format" type="optiongroup" _gui-text="{% trans %}Output file format{% endtrans %}" appearance="minimal"> @@ -23,6 +21,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/flip.inx b/templates/flip.inx index 763cf7cc..29b11457 100644 --- a/templates/flip.inx +++ b/templates/flip.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Flip Satin Column Rails{% endtrans %}</name> <id>org.inkstitch.flip_satins.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="extension" type="string" gui-hidden="true">flip</param> <effect> <object-type>all</object-type> @@ -14,6 +12,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/global_commands.inx b/templates/global_commands.inx index 24d42c90..d37e2e41 100644 --- a/templates/global_commands.inx +++ b/templates/global_commands.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Add Commands{% endtrans %}</name> <id>org.inkstitch.global_commands.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="description" type="description">{% trans %}These commands affect the entire embroidery design.{% endtrans %}</param> {% for command, description in global_commands %} <param name="{{ command }}" type="boolean" _gui-text="{{ _(description) }}">false</param> @@ -19,6 +17,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/input.inx b/templates/input.inx index 6e810a70..5f4a4610 100644 --- a/templates/input.inx +++ b/templates/input.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{{ format | upper }} file input</name> <id>org.inkstitch.input.{{ format }}.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <input> <extension>.{{ format }}</extension> <mimetype>application/x-embroidery-{{ format }}</mimetype> @@ -12,6 +10,6 @@ </input> <param name="extension" type="string" gui-hidden="true">input</param> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/install.inx b/templates/install.inx index adfffd9d..0ab22b0b 100644 --- a/templates/install.inx +++ b/templates/install.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Install add-ons for Inkscape{% endtrans %}</name> <id>org.inkstitch.install.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="extension" type="string" gui-hidden="true">install</param> <effect> <object-type>all</object-type> @@ -12,6 +10,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/layer_commands.inx b/templates/layer_commands.inx index 6b978e43..249d536e 100644 --- a/templates/layer_commands.inx +++ b/templates/layer_commands.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Add Layer Commands{% endtrans %}</name> <id>org.inkstitch.layer_commands.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="description" type="description">{% trans %}Commands will be added to the currently-selected layer.{% endtrans %}</param> {% for command, description in layer_commands %} <param name="{{ command }}" type="boolean" _gui-text="{{ _(description) }}">false</param> @@ -18,6 +16,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/lettering.inx b/templates/lettering.inx index 96e90ca0..65eee8a1 100644 --- a/templates/lettering.inx +++ b/templates/lettering.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Lettering{% endtrans %}</name> <id>org.inkstitch.lettering.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="extension" type="string" gui-hidden="true">lettering</param> <effect> <object-type>all</object-type> @@ -12,6 +10,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/object_commands.inx b/templates/object_commands.inx index 1b1c40d9..affe7584 100644 --- a/templates/object_commands.inx +++ b/templates/object_commands.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Attach Commands to Selected Objects{% endtrans %}</name> <id>org.inkstitch.commands.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> {% for command, description in object_commands %} <param name="{{ command }}" type="boolean" _gui-text="{{ _(description ) }}">false</param> {% endfor %} @@ -17,6 +15,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/output.inx b/templates/output.inx index 6899c5d3..ffff4be9 100644 --- a/templates/output.inx +++ b/templates/output.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{{ format | upper }} file output</name> <id>org.inkstitch.output.{{ format }}.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <output> <extension>.{{ format }}</extension> <mimetype>application/x-embroidery-{{ format }}</mimetype> @@ -16,6 +14,6 @@ {% set params = "output_params_" + format + ".xml" %} {% include params ignore missing %} <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/params.inx b/templates/params.inx index 9f60f4ae..a2dc89a3 100644 --- a/templates/params.inx +++ b/templates/params.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Params{% endtrans %}</name> <id>org.inkstitch.params.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="extension" type="string" gui-hidden="true">params</param> <effect> <object-type>all</object-type> @@ -12,6 +10,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/print.inx b/templates/print.inx index 61385129..2aec826b 100644 --- a/templates/print.inx +++ b/templates/print.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Print / Realistic Preview{% endtrans %}</name> <id>org.inkstitch.print.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="extension" type="string" gui-hidden="true">print</param> <effect> <object-type>all</object-type> @@ -12,6 +10,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/remove_embroidery_settings.inx b/templates/remove_embroidery_settings.inx index d070f34f..44b34ded 100644 --- a/templates/remove_embroidery_settings.inx +++ b/templates/remove_embroidery_settings.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Remove embroidery settings{% endtrans %}</name> <id>org.inkstitch.remove_embroidery_settings.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="description" type="description">{% trans %}Use this extension to remove the information Ink/Stitch has stored in your document. This can be especially useful if you copy and paste objects from an embroidery design into another document.{% endtrans %}</param> <param name="del_params" type="boolean" _gui-text="{% trans %}Remove Params{% endtrans %}" _gui-description="{% trans %}Removes params from selected objects or all objects if nothing is selected.{% endtrans %}">true</param> @@ -19,6 +17,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/simulate.inx b/templates/simulate.inx index 90f3717c..09f29d38 100644 --- a/templates/simulate.inx +++ b/templates/simulate.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Simulate{% endtrans %}</name> <id>org.inkstitch.simulate.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="extension" type="string" gui-hidden="true">simulate</param> <effect> <object-type>all</object-type> @@ -12,6 +10,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/troubleshoot.inx b/templates/troubleshoot.inx index 6931fb39..64f4ebb0 100644 --- a/templates/troubleshoot.inx +++ b/templates/troubleshoot.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Troubleshoot Objects{% endtrans %}</name> <id>org.inkstitch.troubleshoot.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="extension" type="string" gui-hidden="true">troubleshoot</param> <effect> <object-type>all</object-type> @@ -13,6 +11,6 @@ </effects-menu> </effect> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> diff --git a/templates/zip.inx b/templates/zip.inx index 952123c9..485e3f1b 100644 --- a/templates/zip.inx +++ b/templates/zip.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>embroidery ZIP file output</name> <id>org.inkstitch.output.zip.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <output> <extension>.zip</extension> <mimetype>application/zip</mimetype> @@ -16,6 +14,6 @@ {% endfor %} <param name="extension" type="string" gui-hidden="true">zip</param> <script> - <command reldir="extensions" interpreter="python">inkstitch.py</command> + {{ command_tag | safe }} </script> </inkscape-extension> |
