HoneyCombExtention/honeycomb.inx
Jesse Millwood 28f126df71 Initial Commit
This includes a working plugin
2023-09-12 17:27:03 -04:00

17 lines
606 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Honey Comb</name>
<id>org.inkscape.disorderlydazzle.honeycomb</id>
<param name="spacing" type="float" gui-text="Spacing %">0.0</param>
<param name="count_x" type="int" gui-text="Count X">0</param>
<param name="count_y" type="int" gui-text="Count Y">0</param>
<effect>
<effects-menu>
<submenu name="Render"/>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">honeycomb.py</command>
</script>
</inkscape-extension>