Houdini 20.0 Nodes APEX Nodes

rig::ExtractLocalTransform

Extracts a local transform given a child and parent transform, taking scale inheritance rules into account.

On this page
Since 20.0

Inputs

xform: Matrix4

Child’s world transform.

parent: Matrix4

Parent’s world transform.

parentlocal: Matrix4

The parent local transform.

scaleinheritance: Int

Determines how scale inheritance from the parent transform is applied to the result.

Outputs

localxform: Matrix4

The compute local transform.

effectivelocal: Matrix4

The effective local transform. Depending on the scale inheritance mode, this can differ from localxform.

APEX Nodes