1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension>
<_name>Therion 2D Input</_name>
<id>speleo.input.th2</id>
<dependency type="executable" location="extensions">th2_input.py</dependency>
<param name="basescale" type="float" min="0.001" max="1000" _gui-text="Base-Scale to Scale Factor">1.0</param>
<param name="howtostore" type="enum" _gui-text="How to store properties" gui-description="Title tag and inkscape:label attributes can be modified in the object properties dialog">
<item value="title">title tag (recommended)</item>
<item value="inkscape_label">inkscape:label attribute</item>
<item value="therion_attribs">therion:* attributes (deprecated)</item>
</param>
<param name="sublayers" type="boolean" _gui-text="Organize different Symbols in Sublayers">false</param>
<input>
<extension>.th2</extension>
<mimetype>application/x-therion-th2</mimetype>
<filetypename>Therion 2D (*.th2)</filetypename>
</input>
<script>
<command reldir="extensions" interpreter="python">th2_input.py</command>
</script>
</inkscape-extension>
|