add icon to paperfold

This commit is contained in:
Mario Voigt 2025-06-02 16:38:14 +02:00
parent 68024e7176
commit ac27aac364
2 changed files with 1079 additions and 1 deletions

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -67,7 +67,7 @@
<page name="tab_about" gui-text="About">
<label appearance="header">Paperfold for Inkscape</label>
<label>Paperfold is another flattener for triangle mesh files, heavily based on paperfoldmodels by Felix Scholz aka felixfeliz. Possible input files are STL, Wavefront OBJ, PLY and OFF.</label>
<label>2020 - 2023 / written by Mario Voigt (Stadtfabrikanten e.V. / FabLab Chemnitz)</label>
<label>2020 - 2025 / written by Mario Voigt (Stadtfabrikanten e.V. / FabLab Chemnitz)</label>
<spacer/>
<label appearance="header">Online Documentation</label>
<label appearance="url">https://y.stadtfabrikanten.org/paperfold</label>
@ -101,6 +101,8 @@
<submenu name="Papercraft Flatteners"/>
</submenu>
</effects-menu>
<menu-tip>Paperfold is another flattener for triangle mesh files, heavily based on https://github.com/felixfeliz/paperfoldmodels by Felix Scholz aka felixfeliz.</menu-tip>
<icon>icon.svg</icon>
</effect>
<script>
<command location="inx" interpreter="python">paperfold.py</command>