Houdini 21.0 Nodes APEX nodes

ComponentIntToBools

Checks which components are active in a component bitmask.

On this page
Since 20.5

Given a component bitmask (possibly constructed from ComponentBoolsToInt), this convenience node outputs which components have been set to active.

Inputs

components: Int

The component bitmask to check.

Outputs

use_t: Bool

Set to true when the translation component is active.

use_r: Bool

Set to true when the rotation component is active.

use_s: Bool

Set to true when the scale component is active.

See also

APEX nodes