Houdini 21.0 Nodes APEX nodes

ComponentBoolsToInt

Constructs a component bitmask.

On this page
Since 20.5

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

Inputs

use_t: Bool

If set to True, includes the translation component in the bitmask. The default value is False.

use_r: Bool

If set to True, includes the rotation component in the bitmask. The default value is False.

use_s: Bool

If set to True, includes the scale component in the bitmask. The default value is False.

Outputs

components: Int

The component bitmask represented as an integer.

See also

APEX nodes