diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-03-06 23:22:00 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-03-06 23:22:00 -0500 |
| commit | 0c166e09bd6587728b87130ce5b611983745d2cc (patch) | |
| tree | 1f118e464e8a6a39d5ce36df44d66408e94c6585 /templates | |
| parent | a4277d19a60f1611658897c18d2548fedf52e8f5 (diff) | |
remove unnecessary dependency tags
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/auto_satin.inx | 2 | ||||
| -rw-r--r-- | templates/convert_to_satin.inx | 2 | ||||
| -rw-r--r-- | templates/cut_satin.inx | 2 | ||||
| -rw-r--r-- | templates/embroider.inx | 2 | ||||
| -rw-r--r-- | templates/flip.inx | 2 | ||||
| -rw-r--r-- | templates/global_commands.inx | 2 | ||||
| -rw-r--r-- | templates/input.inx | 2 | ||||
| -rw-r--r-- | templates/install.inx | 2 | ||||
| -rw-r--r-- | templates/layer_commands.inx | 2 | ||||
| -rw-r--r-- | templates/lettering.inx | 2 | ||||
| -rw-r--r-- | templates/object_commands.inx | 2 | ||||
| -rw-r--r-- | templates/output.inx | 2 | ||||
| -rw-r--r-- | templates/params.inx | 2 | ||||
| -rw-r--r-- | templates/print.inx | 2 | ||||
| -rw-r--r-- | templates/remove_embroidery_settings.inx | 2 | ||||
| -rw-r--r-- | templates/simulate.inx | 2 | ||||
| -rw-r--r-- | templates/troubleshoot.inx | 2 | ||||
| -rw-r--r-- | templates/zip.inx | 2 |
18 files changed, 0 insertions, 36 deletions
diff --git a/templates/auto_satin.inx b/templates/auto_satin.inx index 5830d599..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> diff --git a/templates/convert_to_satin.inx b/templates/convert_to_satin.inx index d09b2fc2..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> diff --git a/templates/cut_satin.inx b/templates/cut_satin.inx index 8705e28a..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> diff --git a/templates/embroider.inx b/templates/embroider.inx index 7a7c0e59..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"> diff --git a/templates/flip.inx b/templates/flip.inx index 5440caa3..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> diff --git a/templates/global_commands.inx b/templates/global_commands.inx index d55f77bd..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> diff --git a/templates/input.inx b/templates/input.inx index b2db4563..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> diff --git a/templates/install.inx b/templates/install.inx index 431bcb89..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> diff --git a/templates/layer_commands.inx b/templates/layer_commands.inx index 4f586363..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> diff --git a/templates/lettering.inx b/templates/lettering.inx index 3b0c3049..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> diff --git a/templates/object_commands.inx b/templates/object_commands.inx index 2e973789..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 %} diff --git a/templates/output.inx b/templates/output.inx index 9f92ef71..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> diff --git a/templates/params.inx b/templates/params.inx index 19e24cbe..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> diff --git a/templates/print.inx b/templates/print.inx index d9d59ef3..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> diff --git a/templates/remove_embroidery_settings.inx b/templates/remove_embroidery_settings.inx index a68ba724..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> diff --git a/templates/simulate.inx b/templates/simulate.inx index 7cab9850..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> diff --git a/templates/troubleshoot.inx b/templates/troubleshoot.inx index 29b72a17..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> diff --git a/templates/zip.inx b/templates/zip.inx index 4a24096d..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> |
