Replies: 2 comments 3 replies
-
If you can use the Simple eval from the Efficiency Nodes extension. For your case you could return an int being 0 false and non 0 a true value then use the Evaluate Integers node with the expression a != 0 it can return an int or the string with the text True or Fale |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use 'BOOLEAN' type. Just for your reference, you can configure the boolean widget as follows:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I want a node to return a value of True or False, what return type would I use? I don't want to have to convert to a STRING and then convert back, seems kludgy.
It would also help to have an input type for a True/False flag. Is it just a COMBO?
Beta Was this translation helpful? Give feedback.
All reactions