OmniGraph Node omni.graph.ui.PrintText

omni.graph.ui.PrintText Properties

Name

Value

Version

1

Extension

omni.graph.ui

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

tests

tags

logging,toast,debug

uiName

Print Text

__categories

debug

__exclusions

tests

__language

Python

Generated Class Name

OgnPrintTextDatabase

Python Module

omni.graph.ui

omni.graph.ui.PrintText Description

Prints some text to the system log or to the screen

omni.graph.ui.PrintText Inputs

Name

Type

Default

Required?

Descripton

inputs:execIn

execution

None

Y

Execution input

uiName

In

inputs:logLevel

token

Info

Y

The logging level for the message [Info, Warning, Error]

allowedTokens

Info,Warning,Error

__allowedTokens

[“Info”, “Warning”, “Error”]

uiName

Log Level

__default

“Info”

inputs:text

string

Y

The text to print

uiName

Text

inputs:toScreen

bool

False

Y

When true, displays the text on the viewport for a few seconds, as well as the log

uiName

To Screen

inputs:viewport

token

Y

Name of the viewport if printing to screen, or empty for the default viewport

uiName

Viewport

omni.graph.ui.PrintText Outputs

Name

Type

Default

Required?

Descripton

outputs:execOut

execution

None

Y

Execution Output

uiName

Out