Write Prim Local Transform#

Writes the local transform matrix to a prim.

Installation#

To use this node enable omni.graph.nodes in the Extension Manager.

Inputs#

Name

Type

Descripton

Default

Exec In (inputs:execIn)

execution

Signal to the graph that this node is ready to be executed.

None

Prim (inputs:prim)

target

The prim to write the transform to

None

Value (inputs:value)

matrixd[4]

The local transform matrix to write

[[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]]

Outputs#

Name

Type

Descripton

Default

Exec Out (outputs:execOut)

execution

Signal to the graph that execution can continue downstream.

None

Metadata#

Name

Value

Unique ID

omni.graph.nodes.WritePrimLocalTransform

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

tests

uiName

Write Prim Local Transform

Categories

sceneGraph

Generated Class Name

OgnWritePrimLocalTransformDatabase

Python Module

omni.graph.nodes