OmniGraph Node omni.graph.nodes.ReadPrimBundle

omni.graph.nodes.ReadPrimBundle Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Icon

ogn/icons/omni.graph.nodes.ReadPrimBundle.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Read Prim into Bundle

__categories

sceneGraph,bundle

Generated Class Name

OgnReadPrimBundleDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.ReadPrimBundle Description

Exposes the authored attributes for a single Prim on the USD stage as a bundle output on this node. When this node computes it will read the latest attribute values from the target Prim into the bundle attributes.

omni.graph.nodes.ReadPrimBundle Inputs

Name

Type

Default

Required?

Descripton

inputs:prim

bundle

None

Y

The prim whose attributes are to be read

inputs:primPath

token

None

The path of the prim to be read when ‘usePath’ is true

inputs:usePath

bool

False

Y

When true, the ‘primPath’ attribute is used as the path to the prim being read, otherwise it will read the connection at the ‘prim’ attribute

__default

false

omni.graph.nodes.ReadPrimBundle Outputs

Name

Type

Default

Required?

Descripton

outputs:primBundle

bundle

None

Y

A bundle of the source Prim attributes. In addition to the data attributes, there is a token attribute named sourcePrimPath which contains the path of the Prim being read