Tutorial Node: Defaults
This is a tutorial node. It will move the values of inputs to corresponding outputs. Inputs all have unspecified, and therefore empty, default values.
Installation
To use this Node, you must enable omni.graph.tutorials
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
a_bool |
|
This is an attribute of type boolean |
|
a_half |
|
This is an attribute of type 16 bit floating point |
|
a_int |
|
This is an attribute of type 32 bit integer |
|
a_int64 |
|
This is an attribute of type 64 bit integer |
|
a_float |
|
This is an attribute of type 32 bit floating point |
|
a_double |
|
This is an attribute of type 64 bit floating point |
|
a_string |
|
This is an attribute of type string |
|
a_token |
|
This is an attribute of type interned string with fast comparison and hashing |
|
a_uchar |
|
This is an attribute of type unsigned 8 bit integer |
|
a_uint |
|
This is an attribute of type unsigned 32 bit integer |
|
a_uint64 |
|
This is an attribute of type unsigned 64 bit integer |
|
a_int2 |
|
This is an attribute of type 2-tuple of integers |
|
a_matrix |
|
This is an attribute of type 2x2 matrix |
|
a_array |
|
This is an attribute of type array of floats |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
a_bool |
|
This is a computed attribute of type boolean |
|
a_half |
|
This is a computed attribute of type 16 bit floating point |
|
a_int |
|
This is a computed attribute of type 32 bit integer |
|
a_int64 |
|
This is a computed attribute of type 64 bit integer |
|
a_float |
|
This is a computed attribute of type 32 bit floating point |
|
a_double |
|
This is a computed attribute of type 64 bit floating point |
|
a_string |
|
This is a computed attribute of type string |
|
a_token |
|
This is a computed attribute of type interned string with fast comparison and hashing |
|
a_uchar |
|
This is a computed attribute of type unsigned 8 bit integer |
|
a_uint |
|
This is a computed attribute of type unsigned 32 bit integer |
|
a_uint64 |
|
This is a computed attribute of type unsigned 64 bit integer |
|
a_int2 |
|
This is a computed attribute of type 2-tuple of integers |
|
a_matrix |
|
This is a computed attribute of type 2x2 matrix |
|
a_array |
|
This is a computed attribute of type array of floats |