New reordering tool!
parent
bc914a8b8c
commit
cbc3f23d4a
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
||||
<_name>Plot Optimization</_name>
|
||||
<id>command.evilmadscientist.axidraw.reorder</id>
|
||||
<dependency type="executable" location="extensions">axidraw_svg_reorder.py</dependency>
|
||||
<dependency type="executable" location="extensions">inkex.py</dependency>
|
||||
|
||||
|
||||
<_param indent="5" name="splashpage" type="description"
|
||||
appearance="header">AxiDraw Plot Optimization Tool</_param>
|
||||
|
||||
<_param name="Header" type="description" xml:space="preserve">
|
||||
This utility will re-order objects within each layer of your
|
||||
document, to reduce pen-up travel distance and time.
|
||||
</_param>
|
||||
|
||||
<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>
|
||||
|
||||
<_param name="Footer" type="description" indent="3" xml:space="preserve">
|
||||
v 2.5. Copyright 2019, Evil Mad Scientist</_param>
|
||||
|
||||
|
||||
<effect needs-live-preview="false">
|
||||
<object-type>all</object-type>
|
||||
<effects-menu>
|
||||
<submenu _name="AxiDraw Utilities"/>
|
||||
</effects-menu>
|
||||
</effect>
|
||||
<script>
|
||||
<command reldir="extensions" interpreter="python">axidraw_svg_reorder.py</command>
|
||||
</script>
|
||||
</inkscape-extension>
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue