Lock Solver/Run Button

Is there a way to add a lock solver/run button into the Human UI ? My script needs time to calculate and when you want to move a slider or two you experience a lot of lag. It would be nice to lock the solver, set the parameters and push the run to see the result.

1 Like

In case anyone comes across this. This is possible through the Value Listener but with a triggered update button. First you create all your input sliders, parameters. But for value listening you right click and disable Live Update. Zoom in to value listener component and add the Trigger input. Link this to a button either in Human UI (through its own Live value listener) or GH. Values will now only push when you trigger the update not before.

Helps with controlling large and complex calculations where you want to change parameters without triggering solving.