Houdini 21.0 Nodes APEX nodes

ComponentIntToBools

Checks the components that are active in a component bitmask.

On this page
Since 20.5

Given a component bitmask (for example, constructed from ComponentBoolsToInt), this convenience node outputs the components that are set to active.

Inputs

components: Int

The component bitmask to check.

Outputs

use_t: Bool

Returns True if the translation component is active.

use_r: Bool

Returns True if the rotation component is active.

use_s: Bool

Returns True if the scale component is active.

See also

APEX nodes