Extract Prim
Extract a child bundle that contains a primitive with requested path/prim. This node is designed to work with Multiple Primitives in a Bundle. It searches for a child bundle in the input bundle, with ‘sourcePrimPath’ that matches ‘inputs:prim’ or ‘inputs:primPath’. The found child bundle will be provided to ‘outputs_primBundle’, or invalid, bundle otherwise.
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
Prims Bundle (prims) |
|
The Multiple Primitives in Bundle to extract from. |
|
Prim Path (primPath) |
|
The path of the prim to be extracted from Multiple Primitives in Bundle. |
|
prim |
|
The prim to be extracted from Multiple Primitives in Bundle. |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
primBundle |
|
The extracted Single Primitive in Bundle |