avid.actions.pythonAction

Classes

PythonAction(generateCallable[, ...])

Action that offers a generic wrapper around any python callable.

PythonBinaryBatchAction(inputs1Selector, ...)

Batch class that assumes two input artefacts (joined by an (optional) linker) will be passed to the script.

PythonNaryBatchAction(inputsMaster[, ...])

Batch class that assumes an arbitrary number (>= 1) of input artefacts will be passed to the script.

PythonNaryBatchActionV2(primaryInputSelector)

New python batch class that assumes an arbitrary number (>= 1) of input artefacts will be passed to the script.

PythonUnaryBatchAction(inputSelector[, ...])

Batch class that assumes only one input artefact that will be passed to the script.

PythonUnaryStackBatchAction(inputSelector[, ...])

Batch class that assumes a list of input artefacts will be passed to the script.