Hi,
Is there an “IF” node that has one input and two outputs?
I want to be able with boolean to execute a script so true but if it is false a different script.
How to do this ?
Hi,
Is there an “IF” node that has one input and two outputs?
I want to be able with boolean to execute a script so true but if it is false a different script.
How to do this ?
Just feed script 1 into true and script 2 into false.
I don’t understand.
For me, both script will start. I don’t search to have a boolean result (0/1, True/False,…) but a different way if ture or false.
I think it’s not possible in dynamo. it’s too linear.
You might be able to if you wrap each script within a function
blnIf.dyn (6.8 KB)
scope if was built for this purpose -