fix max. value in split bezier at t
This commit is contained in:
parent
eb87b6183b
commit
2dec70a6d2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user