disguise developers

Python API

Execute Python code in Designer sessions to control and query projects programmatically.

LutFile

Properties

acesPostTransform : AcesInputTransformParameters

Transform from LUT working space to Linear ACES AP0

Category: Colour Management
UserName: Post Transform

acesPreTransform : AcesOutputTransformParameters

Transform from Linear ACES AP0 to LUT working space

Category: Colour Management
UserName: Pre Transform

interpolation : int

Interpolation method for 3D LUT sampling in gamma and ACES colour management. Tetrahedral is more accurate; trilinear matches legacy pipelines. Ignored under OCIO, which uses its own best-available interpolation (tetrahedral for 3D LUTs).

Options: {0: ‘Tetrahedral’, 1: ‘Trilinear’}
Category: Colour Management
UserName: Interpolation

ocioTransform : OcioColourSpace

Colour space to apply LUT

Category: Colour Management
UserName: Lut Transform

Constructors

__init__(self)