OmniGraph Node omni.graph.ui.WriteWidgetProperty

omni.graph.ui.WriteWidgetProperty Properties

Name

Value

Version

1

Extension

omni.graph.ui

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Write Widget Property (BETA)

__categories

graph:action,ui

__language

Python

Generated Class Name

OgnWriteWidgetPropertyDatabase

Python Module

omni.graph.ui

omni.graph.ui.WriteWidgetProperty Description

Set the value of a widget’s property (height, tooltip, etc).

omni.graph.ui.WriteWidgetProperty Inputs

Name

Type

Default

Required?

Descripton

inputs:propertyName

token

Y

Name of the property to write to.

uiName

Property Name

inputs:value

any

None

Y

The value to write to the property.

uiName

Value

inputs:widgetIdentifier

token

Y

Unique identifier for the widget. This is only valid within the current graph.

uiName

Widget Identifier

inputs:widgetPath

token

Y

Full path to the widget. If present this will be used insted of ‘widgetIdentifier’. Unlike ‘widgetIdentifier’ this is valid across all graphs.

uiName

Widget Path

inputs:write

execution

None

Y

Input execution to write the value to the widget’s property.

uiName

Write

omni.graph.ui.WriteWidgetProperty Outputs

Name

Type

Default

Required?

Descripton

outputs:written

execution

None

Y

Executed when the value has been successfully written.