jscad parameters default values and float type #582
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/582/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
floattype was missing from jscad params parser, so even the basic getParameterDefinitions example from jscad docs did not work.Also parser was sending empty parameters object when customizer is closed, and it is wrong to do so if the parameters have a defined initial value.
Thanks Hrg.