This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/bouwkamp_code.inx

29 lines
1.3 KiB
Plaintext
Raw Normal View History

2020-08-03 00:40:52 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
2020-08-07 20:19:46 +02:00
<name>Bouwkamp Code</name>
2020-08-03 00:40:52 +02:00
<id>fablabchemnitz.de.bouwkamp</id>
<param name="tab" type="notebook">
2020-08-07 20:19:46 +02:00
<page name="settings" gui-text="Settings">
<param name="bouwkamp_code" type="string" gui-text="Bouwkamp code:">21, 112, 112, [50, 35, 27], [8, 19], [15, 17, 11], [6, 24], [29, 25, 9, 2], [7, 18], [16], [42], [4, 37], [33]</param>
<param name="wrap_in_group" type="bool" gui-text="Wrap in group">true</param>
2020-08-03 00:40:52 +02:00
</page>
2020-08-07 20:19:46 +02:00
<page name="help" gui-text="Help">
2021-04-27 14:38:04 +02:00
<label xml:space="preserve">This Inkscape extension allows you to generate squared squares and squared rectangles from Bouwkamp codes and table codes.
2020-08-03 00:40:52 +02:00
You can paste Bouwkamp codes with or without various formatting characters (like brackets) and convert them to the corresponding squares.
2021-04-27 14:38:04 +02:00
</label>
2020-08-03 00:40:52 +02:00
</page>
</param>
<effect>
<object-type>all</object-type>
<effects-menu>
2020-08-07 20:19:46 +02:00
<submenu name="FabLab Chemnitz">
<submenu name="Shape/Pattern from Generator"/>
2020-08-03 00:40:52 +02:00
</submenu>
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">bouwkamp_code.py</command>
2020-08-03 00:40:52 +02:00
</script>
2020-08-07 20:19:46 +02:00
</inkscape-extension>