small updates
This commit is contained in:
parent
859b4f46c6
commit
f44ac09a5b
@ -1,6 +1,6 @@
|
||||
# MightyScape for Inkscape 1.0+
|
||||
|
||||
In short: A maintained extension collection for Inkscape 1.0+, working on Windows and Linux. There are **237 extension folders** with **411 .inx files** inside. We also take part at https://inkscape.org/gallery/=extension/ (with single extension uploads).
|
||||
In short: A maintained extension collection for Inkscape 1.0+, working on Windows and Linux. There are **238 extension folders** with **412 .inx files** inside. We also take part at https://inkscape.org/gallery/=extension/ (with single extension uploads).
|
||||
|
||||
# About MightyScape
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
<page name="Slots" gui-text="Internal slots">
|
||||
<param name="n_slot_x" type="int" min="1" max="20" gui-text="Number of columns">1</param>
|
||||
<param name="n_slot_y" type="int" min="1" max="20" gui-text="Number of rows">1</param>
|
||||
<param name="h_slot" type="int" min="40" max="100" _gui-text="Height of slots (%)">1</param>
|
||||
<param name="h_slot" type="int" min="40" max="100" gui-text="Height of slots (%)">1</param>
|
||||
</page>
|
||||
<page name="Joints" gui-text="Joints">
|
||||
<param name="AutoSize" type="bool" gui-text="Finger size computed from box dimensions">true</param>
|
||||
|
@ -3,11 +3,13 @@
|
||||
<name>Random Delete</name>
|
||||
<id>fablabchemnitz.de.random_delete</id>
|
||||
<param name="prob" type="float" gui-text="Probability of deletion (%):" min="0.0" max="100.0">100.0</param>
|
||||
<param name="title" type="description">This extension allows to delete with a certain probability each of the selected objects.</param>
|
||||
<label>This extension allows to delete with a certain probability each of the selected objects.</label>
|
||||
<effect>
|
||||
<object-type>all</object-type>
|
||||
<effects-menu>
|
||||
<submenu name="Render" />
|
||||
<submenu name="FabLab Chemnitz">
|
||||
<submenu name="Various"/>
|
||||
</submenu>
|
||||
</effects-menu>
|
||||
</effect>
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user