Houdini 22.0 Nodes APEX nodes

component::MappedConstraints 2.0

Constrains pairs of TransformObject nodes that share a matching mapping property.

On this page
Since 22.0

For each TransformObject node in src, it finds the node in dst whose properties dictionary has the same mapping key. It then connects the source node’s xform output port to the destination node’s xform input port. The src nodes drive the matching dst nodes.

Note

This component does not handle offsets. It assumes that the paired nodes have the same xform values.

See the mapped constraints rig component for the typical use case where an FK transform component populates the mapping property.

Inputs

graph: ApexGraphHandle

The graph that contains the nodes to constrain.

dst: String

An APEX path pattern that selects the driven TransformObject nodes, for example, #bind.

src: String

An APEX path pattern that selects the driver TransformObject nodes, for example, #fk.

mapping: String

The key to look up in each node’s properties dictionary to pair the src nodes with the dst nodes, for example, mapping:Base.skel.

Outputs

graph: ApexGraphHandle

The graph with the added constraint connections.

See also

APEX nodes