Lock & Recompute Bool

Hi Guys

Is there a way to simulate the lock and recompute grasshopper solver thru boolean?

image
image

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…

1 Like

Hey! Thanks for the tip. I’ll give it a try.