Could someone help me make a node that recieves boolean and outputs text depending on if bool is true or false? 1 bool input, 2 outputs to seperate results like this
1 Like
1 Like
Can’t quite tell what you’re after without seeing some data…
1 Like
1 Like
More information. I am going to use it with passthrough to prevent a part ofnode tree from running if the list. Equals output is false
not 100 sure but how about something
1 Like
Sorry for my repeatedly clumsy wording. I wanted a node with 2 outputs where if input is true it outputs through top output and if false through bottom but realized a flaw - I want to use it to control passthrough node but didn’t realize if there was no output it would still output a null triggering passthrough. I need to redefine the entire thread into new one. Thanks everyone!
List filter by boolean mask might be what you are looking for.
1 Like