Prevent a component from working


Hello there, how would I go at interacting with Kangaroo Solver A (grab particles) without having Solver B do something.
It seems that even if I am interacting with components from solver A, solver B is still running and thus, making things even slower.

Change the boolean toggle connected to the solver ‘On’ input to false…

Duplicate topic:

I am looking for a data dam or something, the boolean is a good start but it’s not enough for a good user experience.

There are a few options. First you can change the threshold so the solver stops earlier. You could also use the Zombie solver which stops after a specified number of iterations.

There’s another option but it might not solve your problem if the solver keeps running.

1 Like

This thread and the script associated with it improved things a lot.
It really should be part of the next update.