Houdini 20.0 Nodes VOP nodes

Not VOP node

This operator performs a logical not operation on an integer value, returning 1 if the input is zero, and 0 if the input is non-zero.

This operator performs a logical not operation on an integer value, returning 1 if the input is zero, and 0 if the input is non-zero. Only one operand is accepted.

Typically, not is used as an input to conditional operators such as If and While.

Parameters

Bitwise Operation

Instead of any non-zero value being treated the same, the input is broken into individual bits and the operation performed on them.

See also

VOP nodes