Write Prim Relationship
Writes the target(s) to a relationship on a given 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 |
Relationship Name (inputs:name) |
|
The name of the relationship to write |
|
Prim (inputs:prim) |
|
The prim to write the relationship to |
None |
Persist To USD (inputs:usdWriteBack) |
|
Whether or not the value should be written back to USD, or kept a Fabric only value |
True |
Value (inputs:value) |
|
The target(s) to write to the relationship |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec Out (outputs:execOut) |
|
Signal to the graph that execution can continue downstream. |
None |
State
Name |
Type |
Descripton |
Default |
---|---|---|---|
Correctly Setup (state:correctlySetup) |
|
Whether or not the instance is properly setup |
False |
Name (state:name) |
|
The prefetched relationship name |
None |
Prim (state:prim) |
|
The currently prefetched prim |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.WritePrimRelationship |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
True |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
usd |
uiName |
Write Prim Relationship |
Categories |
sceneGraph |
Generated Class Name |
OgnWritePrimRelationshipDatabase |
Python Module |
omni.graph.nodes |