fix max. value in split bezier at t

This commit is contained in:
Mario Voigt 2023-01-02 00:33:28 +01:00
parent eb87b6183b
commit 2dec70a6d2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<option value="px">px</option>
<option value="pc">pc</option>
</param>
<param name="target_length" type="float" min="0.0" precision="4" appearance="full" gui-text="Length">0.5000</param>
<param name="target_length" type="float" min="0.0" max="99999.0000" precision="4" appearance="full" gui-text="Length">0.5000</param>
<param name="target_t" type="float" min="0.0001" max="0.9999" precision="4" appearance="full" gui-text="t">0.5000</param>
<param name="keep_start" type="bool" gui-text="Keep start">true</param>
<param name="keep_end" type="bool" gui-text="Keep end">true</param>