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) |
|
Signal to the graph that this node is ready to be executed. |
None |
Prim (inputs:prim) |
|
The prim to write the transform to |
None |
Value (inputs:value) |
|
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) |
|
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 |