OmniGraph Node omni.graph.scriptnode.ScriptNode

omni.graph.scriptnode.ScriptNode Properties

Name

Value

Version

1

Extension

omni.graph.scriptnode

Icon

ogn/icons/omni.graph.scriptnode.ScriptNode.svg

Has State?

True

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Script Node

__categories

graph:action,script

__language

Python

Generated Class Name

OgnScriptNodeDatabase

Python Module

omni.graph.scriptnode

omni.graph.scriptnode.ScriptNode Description

This script node allows you to execute arbitrary Python scripts

omni.graph.scriptnode.ScriptNode Inputs

Name

Type

Default

Required?

Descripton

inputs:execIn

execution

None

Y

The input execution

uiName

Execute In

inputs:script

string

Y

String containing the Python source code that will be executed when the script node computes

uiName

Script

omni.graph.scriptnode.ScriptNode Outputs

Name

Type

Default

Required?

Descripton

outputs:execOut

execution

None

Y

The output execution

uiName

Execute Out