Gene Pool Sliders in Shapediver

Are Gene Pool Sliders currently supported on shapediver?

I am dynamically adjusting the number of sliders my script has, so gene pool work for this within GH. Is there an alternative way to dynamically control the number of sliders using shapediver?

Thanks!

In case you need a dynamic number of inputs (sliders, or any other type), this is not available out of the box but can easily be done by embedding the ShapeDiver 3D Viewer and using its JavaScript API. Typically this is done by using a text input to pass a complete JSON object which can contain an arbitrary number of inputs.


Also please search for JSON in our documentation.