Print Text
Prints some text to the system log or to the screen
Installation
To use this node enable omni.graph.ui_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
In (inputs:execIn) |
|
Signal to the graph that this node is ready to be executed. |
None |
Log Level (inputs:logLevel) |
|
The logging level for the message [Info, Warning, Error] |
Info |
Metadata |
allowedTokens = Info,Warning,Error |
||
Text (inputs:text) |
|
The text to print |
|
To Screen (inputs:toScreen) |
|
When true, displays the text on the viewport for a few seconds, as well as the log |
False |
Viewport (inputs:viewport) |
|
Name of the viewport if printing to screen, or empty for the default viewport |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Out (outputs:execOut) |
|
Signal to the graph that execution can continue downstream. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.ui_nodes.PrintText |
Version |
1 |
Extension |
omni.graph.ui_nodes |
Has State? |
False |
Implementation Language |
Python |
Default Memory Type |
cpu |
Generated Code Exclusions |
tests |
tags |
logging,toast,debug |
uiName |
Print Text |
Categories |
debug |
Generated Class Name |
OgnPrintTextDatabase |
Python Module |
omni.graph.ui_nodes |