OmniGraph Node omni.graph.tutorials.AbiPy

omni.graph.tutorials.AbiPy Properties

Name

Value

Version

1

Extension

omni.graph.tutorials

Icon

ogn/icons/omni.graph.tutorials.AbiPy.svg

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Tutorial Python Node: ABI Overrides

__categories

tutorials,internal:abiPy

__categoryDescriptions

internal:abiPy,Internal nodes that override the Python ABI functions

__language

Python

Generated Class Name

OgnTutorialABIPyDatabase

Python Module

omni.graph.tutorials

omni.graph.tutorials.AbiPy Description

This tutorial node shows how to override ABI methods on your Python node. The algorithm of the node converts an RGB color into HSV components.

omni.graph.tutorials.AbiPy Inputs

Name

Type

Default

Required?

Descripton

inputs:color

colord[3]

[0.0, 0.0, 0.0]

Y

The color to be converted

uiName

Color To Convert

multipleValues

value1,value2,value3

__default

[0.0, 0.0, 0.0]

omni.graph.tutorials.AbiPy Outputs

Name

Type

Default

Required?

Descripton

outputs:h

double

None

Y

The hue component of the input color

outputs:s

double

None

Y

The saturation component of the input color

outputs:v

double

None

Y

The value component of the input color