PerNodeKeys

class omni.graph.core.PerNodeKeys

Bases: object

Set of key values for per-node data. This is data that belongs to a node, but which is only valid for Python node implementations. Any data that belongs to all node types should be implemented through the ABI.

Methods

Attributes

ATTRIBUTES

Definitions of the attribute objects on the node

DYNAMIC_ATTRIBUTES

Accessor for dynamic attributes on the node

ERRORS

String list containing the unique errors encountered during evaluation

INTERNAL_STATE

Data stored as internal state information by the user

NODE_CALLBACK

Callback subscription for the node event stream

ROLE

Role object built to provide a parallel method of accessing attribute role data

__init__()
ATTRIBUTES = 'attributes'

Definitions of the attribute objects on the node

DYNAMIC_ATTRIBUTES = 'dynamic_attributes'

Accessor for dynamic attributes on the node

ERRORS = 'errors'

String list containing the unique errors encountered during evaluation

INTERNAL_STATE = 'internal_state'

Data stored as internal state information by the user

NODE_CALLBACK = 'node_callback'

Callback subscription for the node event stream

ROLE = 'role'

Role object built to provide a parallel method of accessing attribute role data