Is there a way to figure out where this error is occurring or how to fix it?

is there a way to figure out where this error is occurring or how to fix it?

Are you getting this when running ScopeIf or is it something else?
You need to provide more information.

yeah it kinda started right about then, but Im not sure because I made a few other changes too. :confused:

That is because Scope-If is originally meant for use inside custom nodes. Scope-if (unlike any other dynamo nodes) works by only running the test-value and not anything else. Thus if you have more than one node before either “true” or “false” input you run the risk of Dynamo halting.

2 Likes

Exactly what @Jonathan.Olesen said. That’s why I originally mentioned using the custom node from clockwork, ScopeIf+.

1 Like