Not node
Inverts a boolean value.
Read time 1 minuteLast updated 2 days ago
Use the Not node to flip a true/false value. It turns true into false, and false into true. This is useful when you want the opposite of a condition.
Sockets
Socket | Type | Description |
---|---|---|
Value |
| The true/false condition to invert. |
Output |
| The opposite of the input (true becomes false, false becomes true). |