OmniGraph Node omni.graph.test.TestAllDataTypesPy

omni.graph.test.TestAllDataTypesPy Properties

Name

Value

Version

1

Extension

omni.graph.test

Icon

ogn/icons/omni.graph.test.TestAllDataTypesPy.svg

Has State?

True

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Python Test Node: All Data Types

__categories

internal:test

__language

Python

Generated Class Name

OgnTestAllDataTypesPyDatabase

Python Module

omni.graph.test

omni.graph.test.TestAllDataTypesPy Description

This node is meant to exercise data access for all available data types, including all legal combinations of tuples, arrays, and bundle members. The test section here is intentionally omitted so that the regression test script can programmatically generate tests for all known types, reducing the change of unintentional omissions. This node definition is a duplicate of OgnTestAllDataTypes.ogn, except the implementation language is Python.

omni.graph.test.TestAllDataTypesPy Inputs

Name

Type

Default

Required?

Descripton

inputs:a_bool

bool

False

Y

Input Attribute

__default

false

inputs:a_bool_array

bool[]

[False, True]

Y

Input Attribute

__default

[false, true]

inputs:a_bundle

bundle

None

Input Attribute

inputs:a_colord_3

colord[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_colord_3_array

colord[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_colord_4

colord[4]

[1.0, 2.0, 3.0, 4.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0, 4.0]

inputs:a_colord_4_array

colord[4][]

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

inputs:a_colorf_3

colorf[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_colorf_3_array

colorf[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_colorf_4

colorf[4]

[1.0, 2.0, 3.0, 4.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0, 4.0]

inputs:a_colorf_4_array

colorf[4][]

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

inputs:a_colorh_3

colorh[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_colorh_3_array

colorh[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_colorh_4

colorh[4]

[1.0, 2.0, 3.0, 4.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0, 4.0]

inputs:a_colorh_4_array

colorh[4][]

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

inputs:a_double

double

1.0

Y

Input Attribute

__default

1.0

inputs:a_double_2

double[2]

[1.0, 2.0]

Y

Input Attribute

__default

[1.0, 2.0]

inputs:a_double_2_array

double[2][]

[[1.0, 2.0], [11.0, 12.0]]

Y

Input Attribute

__default

[[1.0, 2.0], [11.0, 12.0]]

inputs:a_double_3

double[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_double_3_array

double[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_double_4

double[4]

[1.0, 2.0, 3.0, 4.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0, 4.0]

inputs:a_double_4_array

double[4][]

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

inputs:a_double_array

double[]

[1.0, 2.0]

Y

Input Attribute

__default

[1.0, 2.0]

inputs:a_execution

execution

1

Y

Input Attribute

__default

1

inputs:a_float

float

1.0

Y

Input Attribute

__default

1.0

inputs:a_float_2

float[2]

[1.0, 2.0]

Y

Input Attribute

__default

[1.0, 2.0]

inputs:a_float_2_array

float[2][]

[[1.0, 2.0], [11.0, 12.0]]

Y

Input Attribute

__default

[[1.0, 2.0], [11.0, 12.0]]

inputs:a_float_3

float[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_float_3_array

float[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_float_4

float[4]

[1.0, 2.0, 3.0, 4.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0, 4.0]

inputs:a_float_4_array

float[4][]

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

inputs:a_float_array

float[]

[1.0, 2.0]

Y

Input Attribute

__default

[1.0, 2.0]

inputs:a_frame_4

frame[4]

[[1.0, 2.0, 3.0, 4.0], [5.0, 6.0, 7.0, 8.0], [9.0, 10.0, 11.0, 12.0], [13.0, 14.0, 15.0, 16.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0, 4.0], [5.0, 6.0, 7.0, 8.0], [9.0, 10.0, 11.0, 12.0], [13.0, 14.0, 15.0, 16.0]]

inputs:a_frame_4_array

frame[4][]

[[[1.0, 2.0, 3.0, 4.0], [5.0, 6.0, 7.0, 8.0], [9.0, 10.0, 11.0, 12.0], [13.0, 14.0, 15.0, 16.0]], [[11.0, 12.0, 13.0, 14.0], [15.0, 16.0, 17.0, 18.0], [19.0, 20.0, 21.0, 22.0], [23.0, 24.0, 25.0, 26.0]]]

Y

Input Attribute

__default

[[[1.0, 2.0, 3.0, 4.0], [5.0, 6.0, 7.0, 8.0], [9.0, 10.0, 11.0, 12.0], [13.0, 14.0, 15.0, 16.0]], [[11.0, 12.0, 13.0, 14.0], [15.0, 16.0, 17.0, 18.0], [19.0, 20.0, 21.0, 22.0], [23.0, 24.0, 25.0, 26.0]]]

inputs:a_half

half

1.0

Y

Input Attribute

__default

1.0

inputs:a_half_2

half[2]

[1.0, 2.0]

Y

Input Attribute

__default

[1.0, 2.0]

inputs:a_half_2_array

half[2][]

[[1.0, 2.0], [11.0, 12.0]]

Y

Input Attribute

__default

[[1.0, 2.0], [11.0, 12.0]]

inputs:a_half_3

half[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_half_3_array

half[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_half_4

half[4]

[1.0, 2.0, 3.0, 4.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0, 4.0]

inputs:a_half_4_array

half[4][]

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

inputs:a_half_array

half[]

[1.0, 2.0]

Y

Input Attribute

__default

[1.0, 2.0]

inputs:a_int

int

1

Y

Input Attribute

__default

1

inputs:a_int64

int64

12345

Y

Input Attribute

__default

12345

inputs:a_int64_array

int64[]

[12345, 23456]

Y

Input Attribute

__default

[12345, 23456]

inputs:a_int_2

int[2]

[1, 2]

Y

Input Attribute

__default

[1, 2]

inputs:a_int_2_array

int[2][]

[[1, 2], [3, 4]]

Y

Input Attribute

__default

[[1, 2], [3, 4]]

inputs:a_int_3

int[3]

[1, 2, 3]

Y

Input Attribute

__default

[1, 2, 3]

inputs:a_int_3_array

int[3][]

[[1, 2, 3], [4, 5, 6]]

Y

Input Attribute

__default

[[1, 2, 3], [4, 5, 6]]

inputs:a_int_4

int[4]

[1, 2, 3, 4]

Y

Input Attribute

__default

[1, 2, 3, 4]

inputs:a_int_4_array

int[4][]

[[1, 2, 3, 4], [5, 6, 7, 8]]

Y

Input Attribute

__default

[[1, 2, 3, 4], [5, 6, 7, 8]]

inputs:a_int_array

int[]

[1, 2]

Y

Input Attribute

__default

[1, 2]

inputs:a_matrixd_2

matrixd[2]

[[1.0, 2.0], [3.0, 4.0]]

Y

Input Attribute

__default

[[1.0, 2.0], [3.0, 4.0]]

inputs:a_matrixd_2_array

matrixd[2][]

[[[1.0, 2.0], [3.0, 4.0]], [[11.0, 12.0], [13.0, 14.0]]]

Y

Input Attribute

__default

[[[1.0, 2.0], [3.0, 4.0]], [[11.0, 12.0], [13.0, 14.0]]]

inputs:a_matrixd_3

matrixd[3]

[[1.0, 2.0, 3.0], [4.0, 5.0, 6.0], [7.0, 8.0, 9.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [4.0, 5.0, 6.0], [7.0, 8.0, 9.0]]

inputs:a_matrixd_3_array

matrixd[3][]

[[[1.0, 2.0, 3.0], [4.0, 5.0, 6.0], [7.0, 8.0, 9.0]], [[11.0, 12.0, 13.0], [14.0, 15.0, 16.0], [17.0, 18.0, 19.0]]]

Y

Input Attribute

__default

[[[1.0, 2.0, 3.0], [4.0, 5.0, 6.0], [7.0, 8.0, 9.0]], [[11.0, 12.0, 13.0], [14.0, 15.0, 16.0], [17.0, 18.0, 19.0]]]

inputs:a_matrixd_4

matrixd[4]

[[1.0, 2.0, 3.0, 4.0], [5.0, 6.0, 7.0, 8.0], [9.0, 10.0, 11.0, 12.0], [13.0, 14.0, 15.0, 16.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0, 4.0], [5.0, 6.0, 7.0, 8.0], [9.0, 10.0, 11.0, 12.0], [13.0, 14.0, 15.0, 16.0]]

inputs:a_matrixd_4_array

matrixd[4][]

[[[1.0, 2.0, 3.0, 4.0], [5.0, 6.0, 7.0, 8.0], [9.0, 10.0, 11.0, 12.0], [13.0, 14.0, 15.0, 16.0]], [[11.0, 12.0, 13.0, 14.0], [15.0, 16.0, 17.0, 18.0], [19.0, 20.0, 21.0, 22.0], [23.0, 24.0, 25.0, 26.0]]]

Y

Input Attribute

__default

[[[1.0, 2.0, 3.0, 4.0], [5.0, 6.0, 7.0, 8.0], [9.0, 10.0, 11.0, 12.0], [13.0, 14.0, 15.0, 16.0]], [[11.0, 12.0, 13.0, 14.0], [15.0, 16.0, 17.0, 18.0], [19.0, 20.0, 21.0, 22.0], [23.0, 24.0, 25.0, 26.0]]]

inputs:a_normald_3

normald[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_normald_3_array

normald[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_normalf_3

normalf[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_normalf_3_array

normalf[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_normalh_3

normalh[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_normalh_3_array

normalh[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_objectId

objectId

1

Y

Input Attribute

__default

1

inputs:a_objectId_array

objectId[]

[1, 2]

Y

Input Attribute

__default

[1, 2]

inputs:a_path

path

/Input

Y

Input Attribute

__default

“/Input”

inputs:a_pointd_3

pointd[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_pointd_3_array

pointd[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_pointf_3

pointf[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_pointf_3_array

pointf[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_pointh_3

pointh[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_pointh_3_array

pointh[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_quatd_4

quatd[4]

[1.0, 2.0, 3.0, 4.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0, 4.0]

inputs:a_quatd_4_array

quatd[4][]

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

inputs:a_quatf_4

quatf[4]

[1.0, 2.0, 3.0, 4.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0, 4.0]

inputs:a_quatf_4_array

quatf[4][]

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

inputs:a_quath_4

quath[4]

[1.0, 2.0, 3.0, 4.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0, 4.0]

inputs:a_quath_4_array

quath[4][]

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0, 4.0], [11.0, 12.0, 13.0, 14.0]]

inputs:a_string

string

Rey

Y

Input Attribute

__default

“Rey”

inputs:a_texcoordd_2

texcoordd[2]

[1.0, 2.0]

Y

Input Attribute

__default

[1.0, 2.0]

inputs:a_texcoordd_2_array

texcoordd[2][]

[[1.0, 2.0], [11.0, 12.0]]

Y

Input Attribute

__default

[[1.0, 2.0], [11.0, 12.0]]

inputs:a_texcoordd_3

texcoordd[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_texcoordd_3_array

texcoordd[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_texcoordf_2

texcoordf[2]

[1.0, 2.0]

Y

Input Attribute

__default

[1.0, 2.0]

inputs:a_texcoordf_2_array

texcoordf[2][]

[[1.0, 2.0], [11.0, 12.0]]

Y

Input Attribute

__default

[[1.0, 2.0], [11.0, 12.0]]

inputs:a_texcoordf_3

texcoordf[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_texcoordf_3_array

texcoordf[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_texcoordh_2

texcoordh[2]

[1.0, 2.0]

Y

Input Attribute

__default

[1.0, 2.0]

inputs:a_texcoordh_2_array

texcoordh[2][]

[[1.0, 2.0], [11.0, 12.0]]

Y

Input Attribute

__default

[[1.0, 2.0], [11.0, 12.0]]

inputs:a_texcoordh_3

texcoordh[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_texcoordh_3_array

texcoordh[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_timecode

timecode

1.0

Y

Input Attribute

__default

1.0

inputs:a_timecode_array

timecode[]

[1.0, 2.0]

Y

Input Attribute

__default

[1.0, 2.0]

inputs:a_token

token

Sith

Y

Input Attribute

__default

“Sith”

inputs:a_token_array

token[]

[‘Kylo’, ‘Ren’]

Y

Input Attribute

__default

[“Kylo”, “Ren”]

inputs:a_uchar

uchar

1

Y

Input Attribute

__default

1

inputs:a_uchar_array

uchar[]

[1, 2]

Y

Input Attribute

__default

[1, 2]

inputs:a_uint

uint

1

Y

Input Attribute

__default

1

inputs:a_uint64

uint64

1

Y

Input Attribute

__default

1

inputs:a_uint64_array

uint64[]

[1, 2]

Y

Input Attribute

__default

[1, 2]

inputs:a_uint_array

uint[]

[1, 2]

Y

Input Attribute

__default

[1, 2]

inputs:a_vectord_3

vectord[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_vectord_3_array

vectord[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_vectorf_3

vectorf[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_vectorf_3_array

vectorf[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:a_vectorh_3

vectorh[3]

[1.0, 2.0, 3.0]

Y

Input Attribute

__default

[1.0, 2.0, 3.0]

inputs:a_vectorh_3_array

vectorh[3][]

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

Y

Input Attribute

__default

[[1.0, 2.0, 3.0], [11.0, 12.0, 13.0]]

inputs:doNotCompute

bool

True

Y

Prevent the compute from running

__default

true

omni.graph.test.TestAllDataTypesPy Outputs

Name

Type

Default

Required?

Descripton

outputs:a_bool

bool

True

Y

Computed Attribute

__default

true

outputs:a_bool_array

bool[]

[True, False]

Y

Computed Attribute

__default

[true, false]

outputs:a_bundle

bundle

None

Y

Computed Attribute

outputs:a_colord_3

colord[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_colord_3_array

colord[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_colord_4

colord[4]

[1.5, 2.5, 3.5, 4.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5, 4.5]

outputs:a_colord_4_array

colord[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

outputs:a_colorf_3

colorf[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_colorf_3_array

colorf[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_colorf_4

colorf[4]

[1.5, 2.5, 3.5, 4.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5, 4.5]

outputs:a_colorf_4_array

colorf[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

outputs:a_colorh_3

colorh[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_colorh_3_array

colorh[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_colorh_4

colorh[4]

[1.5, 2.5, 3.5, 4.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5, 4.5]

outputs:a_colorh_4_array

colorh[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

outputs:a_double

double

1.5

Y

Computed Attribute

__default

1.5

outputs:a_double_2

double[2]

[1.5, 2.5]

Y

Computed Attribute

__default

[1.5, 2.5]

outputs:a_double_2_array

double[2][]

[[1.5, 2.5], [11.5, 12.5]]

Y

Computed Attribute

__default

[[1.5, 2.5], [11.5, 12.5]]

outputs:a_double_3

double[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_double_3_array

double[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_double_4

double[4]

[1.5, 2.5, 3.5, 4.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5, 4.5]

outputs:a_double_4_array

double[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

outputs:a_double_array

double[]

[1.5, 2.5]

Y

Computed Attribute

__default

[1.5, 2.5]

outputs:a_execution

execution

2

Y

Computed Attribute

__default

2

outputs:a_float

float

1.5

Y

Computed Attribute

__default

1.5

outputs:a_float_2

float[2]

[1.5, 2.5]

Y

Computed Attribute

__default

[1.5, 2.5]

outputs:a_float_2_array

float[2][]

[[1.5, 2.5], [11.5, 12.5]]

Y

Computed Attribute

__default

[[1.5, 2.5], [11.5, 12.5]]

outputs:a_float_3

float[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_float_3_array

float[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_float_4

float[4]

[1.5, 2.5, 3.5, 4.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5, 4.5]

outputs:a_float_4_array

float[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

outputs:a_float_array

float[]

[1.5, 2.5]

Y

Computed Attribute

__default

[1.5, 2.5]

outputs:a_frame_4

frame[4]

[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]]

outputs:a_frame_4_array

frame[4][]

[[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]], [[11.5, 12.5, 13.5, 14.5], [15.5, 16.5, 17.5, 18.5], [19.5, 20.5, 21.5, 22.5], [23.5, 24.5, 25.5, 26.5]]]

Y

Computed Attribute

__default

[[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]], [[11.5, 12.5, 13.5, 14.5], [15.5, 16.5, 17.5, 18.5], [19.5, 20.5, 21.5, 22.5], [23.5, 24.5, 25.5, 26.5]]]

outputs:a_half

half

1.5

Y

Computed Attribute

__default

1.5

outputs:a_half_2

half[2]

[1.5, 2.5]

Y

Computed Attribute

__default

[1.5, 2.5]

outputs:a_half_2_array

half[2][]

[[1.5, 2.5], [11.5, 12.5]]

Y

Computed Attribute

__default

[[1.5, 2.5], [11.5, 12.5]]

outputs:a_half_3

half[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_half_3_array

half[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_half_4

half[4]

[1.5, 2.5, 3.5, 4.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5, 4.5]

outputs:a_half_4_array

half[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

outputs:a_half_array

half[]

[1.5, 2.5]

Y

Computed Attribute

__default

[1.5, 2.5]

outputs:a_int

int

1

Y

Computed Attribute

__default

1

outputs:a_int64

int64

12345

Y

Computed Attribute

__default

12345

outputs:a_int64_array

int64[]

[12345, 23456]

Y

Computed Attribute

__default

[12345, 23456]

outputs:a_int_2

int[2]

[1, 2]

Y

Computed Attribute

__default

[1, 2]

outputs:a_int_2_array

int[2][]

[[1, 2], [3, 4]]

Y

Computed Attribute

__default

[[1, 2], [3, 4]]

outputs:a_int_3

int[3]

[1, 2, 3]

Y

Computed Attribute

__default

[1, 2, 3]

outputs:a_int_3_array

int[3][]

[[1, 2, 3], [4, 5, 6]]

Y

Computed Attribute

__default

[[1, 2, 3], [4, 5, 6]]

outputs:a_int_4

int[4]

[1, 2, 3, 4]

Y

Computed Attribute

__default

[1, 2, 3, 4]

outputs:a_int_4_array

int[4][]

[[1, 2, 3, 4], [5, 6, 7, 8]]

Y

Computed Attribute

__default

[[1, 2, 3, 4], [5, 6, 7, 8]]

outputs:a_int_array

int[]

[1, 2]

Y

Computed Attribute

__default

[1, 2]

outputs:a_matrixd_2

matrixd[2]

[[1.5, 2.5], [3.5, 4.5]]

Y

Computed Attribute

__default

[[1.5, 2.5], [3.5, 4.5]]

outputs:a_matrixd_2_array

matrixd[2][]

[[[1.5, 2.5], [3.5, 4.5]], [[11.5, 12.5], [13.5, 14.5]]]

Y

Computed Attribute

__default

[[[1.5, 2.5], [3.5, 4.5]], [[11.5, 12.5], [13.5, 14.5]]]

outputs:a_matrixd_3

matrixd[3]

[[1.5, 2.5, 3.5], [4.5, 5.5, 6.5], [7.5, 8.5, 9.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [4.5, 5.5, 6.5], [7.5, 8.5, 9.5]]

outputs:a_matrixd_3_array

matrixd[3][]

[[[1.5, 2.5, 3.5], [4.5, 5.5, 6.5], [7.5, 8.5, 9.5]], [[11.5, 12.5, 13.5], [14.5, 15.5, 16.5], [17.5, 18.5, 19.5]]]

Y

Computed Attribute

__default

[[[1.5, 2.5, 3.5], [4.5, 5.5, 6.5], [7.5, 8.5, 9.5]], [[11.5, 12.5, 13.5], [14.5, 15.5, 16.5], [17.5, 18.5, 19.5]]]

outputs:a_matrixd_4

matrixd[4]

[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]]

outputs:a_matrixd_4_array

matrixd[4][]

[[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]], [[11.5, 12.5, 13.5, 14.5], [15.5, 16.5, 17.5, 18.5], [19.5, 20.5, 21.5, 22.5], [23.5, 24.5, 25.5, 26.5]]]

Y

Computed Attribute

__default

[[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]], [[11.5, 12.5, 13.5, 14.5], [15.5, 16.5, 17.5, 18.5], [19.5, 20.5, 21.5, 22.5], [23.5, 24.5, 25.5, 26.5]]]

outputs:a_normald_3

normald[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_normald_3_array

normald[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_normalf_3

normalf[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_normalf_3_array

normalf[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_normalh_3

normalh[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_normalh_3_array

normalh[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_objectId

objectId

2

Y

Computed Attribute

__default

2

outputs:a_objectId_array

objectId[]

[2, 3]

Y

Computed Attribute

__default

[2, 3]

outputs:a_path

path

/Output

Y

Computed Attribute

__default

“/Output”

outputs:a_pointd_3

pointd[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_pointd_3_array

pointd[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_pointf_3

pointf[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_pointf_3_array

pointf[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_pointh_3

pointh[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_pointh_3_array

pointh[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_quatd_4

quatd[4]

[1.5, 2.5, 3.5, 4.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5, 4.5]

outputs:a_quatd_4_array

quatd[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

outputs:a_quatf_4

quatf[4]

[1.5, 2.5, 3.5, 4.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5, 4.5]

outputs:a_quatf_4_array

quatf[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

outputs:a_quath_4

quath[4]

[1.5, 2.5, 3.5, 4.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5, 4.5]

outputs:a_quath_4_array

quath[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

outputs:a_string

string

Snoke

Y

Computed Attribute

__default

“Snoke”

outputs:a_texcoordd_2

texcoordd[2]

[1.5, 2.5]

Y

Computed Attribute

__default

[1.5, 2.5]

outputs:a_texcoordd_2_array

texcoordd[2][]

[[1.5, 2.5], [11.5, 12.5]]

Y

Computed Attribute

__default

[[1.5, 2.5], [11.5, 12.5]]

outputs:a_texcoordd_3

texcoordd[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_texcoordd_3_array

texcoordd[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_texcoordf_2

texcoordf[2]

[1.5, 2.5]

Y

Computed Attribute

__default

[1.5, 2.5]

outputs:a_texcoordf_2_array

texcoordf[2][]

[[1.5, 2.5], [11.5, 12.5]]

Y

Computed Attribute

__default

[[1.5, 2.5], [11.5, 12.5]]

outputs:a_texcoordf_3

texcoordf[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_texcoordf_3_array

texcoordf[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_texcoordh_2

texcoordh[2]

[1.5, 2.5]

Y

Computed Attribute

__default

[1.5, 2.5]

outputs:a_texcoordh_2_array

texcoordh[2][]

[[1.5, 2.5], [11.5, 12.5]]

Y

Computed Attribute

__default

[[1.5, 2.5], [11.5, 12.5]]

outputs:a_texcoordh_3

texcoordh[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_texcoordh_3_array

texcoordh[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_timecode

timecode

2.5

Y

Computed Attribute

__default

2.5

outputs:a_timecode_array

timecode[]

[2.5, 3.5]

Y

Computed Attribute

__default

[2.5, 3.5]

outputs:a_token

token

Jedi

Y

Computed Attribute

__default

“Jedi”

outputs:a_token_array

token[]

[‘Luke’, ‘Skywalker’]

Y

Computed Attribute

__default

[“Luke”, “Skywalker”]

outputs:a_uchar

uchar

2

Y

Computed Attribute

__default

2

outputs:a_uchar_array

uchar[]

[2, 3]

Y

Computed Attribute

__default

[2, 3]

outputs:a_uint

uint

2

Y

Computed Attribute

__default

2

outputs:a_uint64

uint64

2

Y

Computed Attribute

__default

2

outputs:a_uint64_array

uint64[]

[2, 3]

Y

Computed Attribute

__default

[2, 3]

outputs:a_uint_array

uint[]

[2, 3]

Y

Computed Attribute

__default

[2, 3]

outputs:a_vectord_3

vectord[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_vectord_3_array

vectord[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_vectorf_3

vectorf[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_vectorf_3_array

vectorf[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

outputs:a_vectorh_3

vectorh[3]

[1.5, 2.5, 3.5]

Y

Computed Attribute

__default

[1.5, 2.5, 3.5]

outputs:a_vectorh_3_array

vectorh[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

Computed Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

omni.graph.test.TestAllDataTypesPy State

Name

Type

Default

Required?

Descripton

state:a_bool

bool

True

Y

State Attribute

__default

true

state:a_bool_array

bool[]

[True, False]

Y

State Attribute

__default

[true, false]

state:a_bundle

bundle

None

Y

State Attribute

state:a_colord_3

colord[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_colord_3_array

colord[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_colord_4

colord[4]

[1.5, 2.5, 3.5, 4.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5, 4.5]

state:a_colord_4_array

colord[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

state:a_colorf_3

colorf[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_colorf_3_array

colorf[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_colorf_4

colorf[4]

[1.5, 2.5, 3.5, 4.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5, 4.5]

state:a_colorf_4_array

colorf[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

state:a_colorh_3

colorh[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_colorh_3_array

colorh[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_colorh_4

colorh[4]

[1.5, 2.5, 3.5, 4.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5, 4.5]

state:a_colorh_4_array

colorh[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

state:a_double

double

1.5

Y

State Attribute

__default

1.5

state:a_double_2

double[2]

[1.5, 2.5]

Y

State Attribute

__default

[1.5, 2.5]

state:a_double_2_array

double[2][]

[[1.5, 2.5], [11.5, 12.5]]

Y

State Attribute

__default

[[1.5, 2.5], [11.5, 12.5]]

state:a_double_3

double[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_double_3_array

double[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_double_4

double[4]

[1.5, 2.5, 3.5, 4.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5, 4.5]

state:a_double_4_array

double[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

state:a_double_array

double[]

[1.5, 2.5]

Y

State Attribute

__default

[1.5, 2.5]

state:a_execution

execution

2

Y

State Attribute

__default

2

state:a_firstEvaluation

bool

True

Y

State Attribute

__default

true

state:a_float

float

1.5

Y

State Attribute

__default

1.5

state:a_float_2

float[2]

[1.5, 2.5]

Y

State Attribute

__default

[1.5, 2.5]

state:a_float_2_array

float[2][]

[[1.5, 2.5], [11.5, 12.5]]

Y

State Attribute

__default

[[1.5, 2.5], [11.5, 12.5]]

state:a_float_3

float[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_float_3_array

float[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_float_4

float[4]

[1.5, 2.5, 3.5, 4.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5, 4.5]

state:a_float_4_array

float[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

state:a_float_array

float[]

[1.5, 2.5]

Y

State Attribute

__default

[1.5, 2.5]

state:a_frame_4

frame[4]

[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]]

state:a_frame_4_array

frame[4][]

[[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]], [[11.5, 12.5, 13.5, 14.5], [15.5, 16.5, 17.5, 18.5], [19.5, 20.5, 21.5, 22.5], [23.5, 24.5, 25.5, 26.5]]]

Y

State Attribute

__default

[[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]], [[11.5, 12.5, 13.5, 14.5], [15.5, 16.5, 17.5, 18.5], [19.5, 20.5, 21.5, 22.5], [23.5, 24.5, 25.5, 26.5]]]

state:a_half

half

1.5

Y

State Attribute

__default

1.5

state:a_half_2

half[2]

[1.5, 2.5]

Y

State Attribute

__default

[1.5, 2.5]

state:a_half_2_array

half[2][]

[[1.5, 2.5], [11.5, 12.5]]

Y

State Attribute

__default

[[1.5, 2.5], [11.5, 12.5]]

state:a_half_3

half[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_half_3_array

half[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_half_4

half[4]

[1.5, 2.5, 3.5, 4.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5, 4.5]

state:a_half_4_array

half[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

state:a_half_array

half[]

[1.5, 2.5]

Y

State Attribute

__default

[1.5, 2.5]

state:a_int

int

1

Y

State Attribute

__default

1

state:a_int64

int64

12345

Y

State Attribute

__default

12345

state:a_int64_array

int64[]

[12345, 23456]

Y

State Attribute

__default

[12345, 23456]

state:a_int_2

int[2]

[1, 2]

Y

State Attribute

__default

[1, 2]

state:a_int_2_array

int[2][]

[[1, 2], [3, 4]]

Y

State Attribute

__default

[[1, 2], [3, 4]]

state:a_int_3

int[3]

[1, 2, 3]

Y

State Attribute

__default

[1, 2, 3]

state:a_int_3_array

int[3][]

[[1, 2, 3], [4, 5, 6]]

Y

State Attribute

__default

[[1, 2, 3], [4, 5, 6]]

state:a_int_4

int[4]

[1, 2, 3, 4]

Y

State Attribute

__default

[1, 2, 3, 4]

state:a_int_4_array

int[4][]

[[1, 2, 3, 4], [5, 6, 7, 8]]

Y

State Attribute

__default

[[1, 2, 3, 4], [5, 6, 7, 8]]

state:a_int_array

int[]

[1, 2]

Y

State Attribute

__default

[1, 2]

state:a_matrixd_2

matrixd[2]

[[1.5, 2.5], [3.5, 4.5]]

Y

State Attribute

__default

[[1.5, 2.5], [3.5, 4.5]]

state:a_matrixd_2_array

matrixd[2][]

[[[1.5, 2.5], [3.5, 4.5]], [[11.5, 12.5], [13.5, 14.5]]]

Y

State Attribute

__default

[[[1.5, 2.5], [3.5, 4.5]], [[11.5, 12.5], [13.5, 14.5]]]

state:a_matrixd_3

matrixd[3]

[[1.5, 2.5, 3.5], [4.5, 5.5, 6.5], [7.5, 8.5, 9.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [4.5, 5.5, 6.5], [7.5, 8.5, 9.5]]

state:a_matrixd_3_array

matrixd[3][]

[[[1.5, 2.5, 3.5], [4.5, 5.5, 6.5], [7.5, 8.5, 9.5]], [[11.5, 12.5, 13.5], [14.5, 15.5, 16.5], [17.5, 18.5, 19.5]]]

Y

State Attribute

__default

[[[1.5, 2.5, 3.5], [4.5, 5.5, 6.5], [7.5, 8.5, 9.5]], [[11.5, 12.5, 13.5], [14.5, 15.5, 16.5], [17.5, 18.5, 19.5]]]

state:a_matrixd_4

matrixd[4]

[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]]

state:a_matrixd_4_array

matrixd[4][]

[[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]], [[11.5, 12.5, 13.5, 14.5], [15.5, 16.5, 17.5, 18.5], [19.5, 20.5, 21.5, 22.5], [23.5, 24.5, 25.5, 26.5]]]

Y

State Attribute

__default

[[[1.5, 2.5, 3.5, 4.5], [5.5, 6.5, 7.5, 8.5], [9.5, 10.5, 11.5, 12.5], [13.5, 14.5, 15.5, 16.5]], [[11.5, 12.5, 13.5, 14.5], [15.5, 16.5, 17.5, 18.5], [19.5, 20.5, 21.5, 22.5], [23.5, 24.5, 25.5, 26.5]]]

state:a_normald_3

normald[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_normald_3_array

normald[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_normalf_3

normalf[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_normalf_3_array

normalf[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_normalh_3

normalh[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_normalh_3_array

normalh[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_objectId

objectId

2

Y

State Attribute

__default

2

state:a_objectId_array

objectId[]

[2, 3]

Y

State Attribute

__default

[2, 3]

state:a_path

path

/State

Y

State Attribute

__default

“/State”

state:a_pointd_3

pointd[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_pointd_3_array

pointd[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_pointf_3

pointf[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_pointf_3_array

pointf[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_pointh_3

pointh[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_pointh_3_array

pointh[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_quatd_4

quatd[4]

[1.5, 2.5, 3.5, 4.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5, 4.5]

state:a_quatd_4_array

quatd[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

state:a_quatf_4

quatf[4]

[1.5, 2.5, 3.5, 4.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5, 4.5]

state:a_quatf_4_array

quatf[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

state:a_quath_4

quath[4]

[1.5, 2.5, 3.5, 4.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5, 4.5]

state:a_quath_4_array

quath[4][]

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5, 4.5], [11.5, 12.5, 13.5, 14.5]]

state:a_string

string

Snoke

Y

State Attribute

__default

“Snoke”

state:a_stringEmpty

string

None

Y

State Attribute

state:a_texcoordd_2

texcoordd[2]

[1.5, 2.5]

Y

State Attribute

__default

[1.5, 2.5]

state:a_texcoordd_2_array

texcoordd[2][]

[[1.5, 2.5], [11.5, 12.5]]

Y

State Attribute

__default

[[1.5, 2.5], [11.5, 12.5]]

state:a_texcoordd_3

texcoordd[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_texcoordd_3_array

texcoordd[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_texcoordf_2

texcoordf[2]

[1.5, 2.5]

Y

State Attribute

__default

[1.5, 2.5]

state:a_texcoordf_2_array

texcoordf[2][]

[[1.5, 2.5], [11.5, 12.5]]

Y

State Attribute

__default

[[1.5, 2.5], [11.5, 12.5]]

state:a_texcoordf_3

texcoordf[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_texcoordf_3_array

texcoordf[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_texcoordh_2

texcoordh[2]

[1.5, 2.5]

Y

State Attribute

__default

[1.5, 2.5]

state:a_texcoordh_2_array

texcoordh[2][]

[[1.5, 2.5], [11.5, 12.5]]

Y

State Attribute

__default

[[1.5, 2.5], [11.5, 12.5]]

state:a_texcoordh_3

texcoordh[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_texcoordh_3_array

texcoordh[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_timecode

timecode

2.5

Y

State Attribute

__default

2.5

state:a_timecode_array

timecode[]

[2.5, 3.5]

Y

State Attribute

__default

[2.5, 3.5]

state:a_token

token

Jedi

Y

State Attribute

__default

“Jedi”

state:a_token_array

token[]

[‘Luke’, ‘Skywalker’]

Y

State Attribute

__default

[“Luke”, “Skywalker”]

state:a_uchar

uchar

2

Y

State Attribute

__default

2

state:a_uchar_array

uchar[]

[2, 3]

Y

State Attribute

__default

[2, 3]

state:a_uint

uint

2

Y

State Attribute

__default

2

state:a_uint64

uint64

2

Y

State Attribute

__default

2

state:a_uint64_array

uint64[]

[2, 3]

Y

State Attribute

__default

[2, 3]

state:a_uint_array

uint[]

[2, 3]

Y

State Attribute

__default

[2, 3]

state:a_vectord_3

vectord[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_vectord_3_array

vectord[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_vectorf_3

vectorf[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_vectorf_3_array

vectorf[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

state:a_vectorh_3

vectorh[3]

[1.5, 2.5, 3.5]

Y

State Attribute

__default

[1.5, 2.5, 3.5]

state:a_vectorh_3_array

vectorh[3][]

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]

Y

State Attribute

__default

[[1.5, 2.5, 3.5], [11.5, 12.5, 13.5]]