Python Template Node
Template Node to use that shows the basic requirements of an OmniGraph Python node. For the sake of illustration it multiplies a float value by two.
Installation
To use this node enable omni.graph.template.python in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Value (inputs:value) |
|
Value |
0.0 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Value (outputs:value) |
|
Value |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.template.python.TemplateNode |
Version |
1 |
Extension |
omni.graph.template.python |
Has State? |
False |
Implementation Language |
Python |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Python Template Node |
Categories |
examples |
Generated Class Name |
OgnTemplateNodePyDatabase |
Python Module |
omni.graph.template.python |