Hi Guys
Is there a way to simulate the lock and recompute grasshopper solver thru boolean?
Hi Guys
Is there a way to simulate the lock and recompute grasshopper solver thru boolean?
You could use a c# script to “Expire” or set .Locked=true to every component on your definition.
It is needed to avoid to expire the script itself or its inputs as it would make itself restart endlessly, making gh freeze.
In the same way, if you lock also the script itself, to turn back everything on you have first to reactivate it manually…
Hey! Thanks for the tip. I’ll give it a try.