INX updates for current Inkscape version

pull/189/head
Windell Oskay 2022-12-14 14:03:40 -08:00
rodzic 43ebcc344f
commit 18380f4094
3 zmienionych plików z 23 dodań i 23 usunięć

Wyświetl plik

@ -1,34 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Reorder Paths for Speed</_name>
<name>Reorder Paths for Speed</name>
<id>command.evilmadscientist.eggbot.reorder</id>
<dependency type="executable" location="extensions">axidraw_svg_reorder.py</dependency>
<_param indent="5" name="splashpage" type="description"
appearance="header">EggBot Plot Optimization Tool</_param>
<label indent="5"
appearance="header">EggBot Plot Optimization Tool</label>
<_param name="Header" type="description" xml:space="preserve">
<label xml:space="preserve">
This utility will re-order objects within each layer of your
document, to reduce pen-up travel distance and time.
</_param>
</label>
<param name="reordering" _gui-text="Group Handling" type="optiongroup" indent="2" >
<_option value="2">Reorder within groups</_option>
<_option value="1">Preserve groups</_option>
<_option value="3">Break apart groups</_option>
<param name="reordering" gui-text="Group Handling" type="optiongroup"
appearance="radio" indent="2" >
<option value="2">Reorder within groups</option>
<option value="1">Preserve groups</option>
<option value="3">Break apart groups</option>
</param>
<_param name="Footer" type="description" indent="3" xml:space="preserve">
v 2.5. Copyright 2019, Evil Mad Scientist</_param>
<label indent="3" xml:space="preserve">
v 2.5. Copyright 2022, Evil Mad Scientist</label>
<effect needs-live-preview="false">
<object-type>all</object-type>
<effects-menu>
<submenu _name="EggBot"/>
<submenu name="EggBot"/>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">axidraw_svg_reorder.py</command>
<command location="extensions" interpreter="python">axidraw_svg_reorder.py</command>
</script>
</inkscape-extension>

Wyświetl plik

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Stretch</_name>
<name>Stretch</name>
<id>command.eggbot.contributed.stretch</id>
<dependency type="executable" location="extensions">eggbot_stretch.py</dependency>
<_param name="Header" type="description" xml:space="preserve">
<label xml:space="preserve">
This extension will horizontally stretch your drawing. The
amount of stretch increases towards the poles of your egg
(i.e., increases with distance away from the equator). The
@ -35,20 +35,20 @@ The curve smoothing value is the same control as in the
Eggbot Control extension. It needs to be applied here
before plotting as all curves will be rendered to straight
line segments by this extension.
</_param>
</label>
<param name="maxDy" type="float" min="0.0001" max="999.0"
_gui-text="Vertical smoothing (lower for more)">5.0</param>
gui-text="Vertical smoothing (lower for more)">5.0</param>
<param name="smoothness" type="float" min="0.0001" max="5"
_gui-text=" Curve smoothing (lower for more)">0.2</param>
gui-text=" Curve smoothing (lower for more)">0.2</param>
<effect needs-live-preview="false">
<object-type>all</object-type>
<effects-menu>
<submenu _name="EggBot"/>
<submenu name="EggBot"/>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">eggbot_stretch.py</command>
<command location="extensions" interpreter="python">eggbot_stretch.py</command>
</script>
</inkscape-extension>

Wyświetl plik

@ -125,10 +125,10 @@ distribution.
<effect needs-live-preview="true">
<object-type>all</object-type>
<effects-menu>
<submenu _name="EggBot"/>
<submenu name="EggBot"/>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">hershey.py</command>
<command location="extensions" interpreter="python">hershey.py</command>
</script>
</inkscape-extension>