Get Joint Xform#

Get Joint Xform

Installation#

To use this Node, you must enable omni.anim.shared.core in the Extension Manager.

Inputs#

Name

Type

Description

Default

skel

bundle

Skeletal pose bundle

jointName

token

Joint name to extract its world transform from inputs:skel bundle

prim

bundle

Xformable prim bundle to set the found transform (optional)

Outputs#

Name

Type

Description

Default

transform

matrixd[4]

World transform of the given joint name from inputs:skel bundle

[[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]