Houdini 21.0 Nodes APEX nodes

ComponentBoolsToInt

Constructs a component bitmask.

On this page
Since 20.5

This convenience node creates a component bitmask which is used by several nodes (eg. TransformObject and transform::Blend) to control which components of the nodes are active. By default, all components are disabled, and must be set to true to be included in the bitmask.

Inputs

use_t: Bool

Include the translation component in the bitmask. The default value is false.

use_r: Bool

Include the rotation component in the bitmask. The default value is false.

use_s: Bool

Include the scale component in the bitmask. The default value is false.

Outputs

components: Int

The component bitmask represented as an Int.

See also

APEX nodes