ShapeDiver Reset Parameters to Default

Hello,

Does ShapeDiver allow users to reset parameters to their default values without reloading the window? Perhaps something similar to Metahopper’s “Set Value” component or via a C# script?

Scenario: The user modifies all parameters and would like to quickly revert to the default settings.

Thanks

This is already possible in the model view page of the platform (and the embedded iframes):

Are you trying to reproduce this feature in a different context?

1 Like

Cool, I didn’t know that. Is it possible to add this “reset” feature as an optional button? Having this available just under “parameters” submenu is too “hidden” for the end user. There could be a “more obvious” way to reset default values.

Thank you for your suggestion. This might become a new widget within the App Builder framework.

1 Like

I think I have the same sort of question: When a client uploads a new file into my app, i would like to reset all the parameters, otherwise errors occur.

Is there a solution to reset parameters to default on its way?

Do you mean that, when a user of your application uploads a file (using one of the Import components of the ShapeDiver plugin), you would like to reset all the other parameters of your application to their default value?
It makes sense to add a “Reset” action to the App Builder that allows to do this in the application. It would then be possible for you to create logic that makes sense regarding the path you want users to follow in the application.

Yes exactly. New file uploaded > start over with default parameters.