Augment

This node performs augmentation on an AOV

Installation

To use this Node, you must enable omni.replicator.core in the Extension Manager.

Inputs

Name

Type

Description

Default

data

uchar[]

Input data

[]

width

uint

Width

height

uint

Height

exec

execution

Execution in

bufferSize

uint

Size (in bytes) of the buffer (0 if the input is a texture)

swhFrameNumber

uint64

Frame number

augmentationScript

string

Augmentation script

augmentationFunctionName

token

Name of augmentation function to run when computing node

dataOutShape

int[]

Desired dimensions of output array

dataOutDataType

token

Desired data type of output array

Outputs

Name

Type

Description

Default

data

uchar[]

Output data

[]

exec

execution

Execution out

swhFrameNumber

uint64

Frame number

bufferSize

uint

Size (in bytes) of the buffer (0 if the input is a texture)

height

uint

Shape of the data

width

uint

Shape of the data