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/cleangroups.inx

16 lines
588 B
Plaintext
Raw Normal View History

2020-08-12 22:47:42 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Remove Empty Groups</name>
<id>fablabchemnitz.de.cleangroups</id>
<effect needs-live-preview="false">
<object-type>path</object-type>
<effects-menu>
2020-08-12 22:51:13 +02:00
<submenu name="FabLab Chemnitz">
2020-08-15 15:47:16 +02:00
<submenu name="Groups and Layers"/>
2020-08-12 22:51:13 +02:00
</submenu>
2020-08-12 22:47:42 +02:00
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">cleangroups.py</command>
2020-08-12 22:47:42 +02:00
</script>
</inkscape-extension>