r32.3 Change Log
Previous version: r32.0
Date: 02/06/2026, 16:14
Added
Class.methods
FilesystemDateStamp.asPathString
def asPathString(self) -> str:
OcioConfig.getSerialisedConfigString
def getSerialisedConfigString(self) -> str:
Vec2.roundClosest
def roundClosest(self, f: float) -> Vec2:
Vec2.roundDown
def roundDown(self, f: float) -> Vec2:
Class.properties
ControlDevice.verboseSend
@property
def verboseSend(self) -> bool:
@verboseSend.setter
def verboseSend(self, value: bool) -> None:
KeySequence.layer
@property
def layer(self) -> Layer:
KeySequence.keys
@property
def keys(self) -> List[Key]:
Mat.coefficient
@property
def coefficient(self) -> List[float]:
MidiControlSet.objects
@property
def objects(self) -> List[MidiControlSetEntry]:
MidiDevice.controlSets
@property
def controlSets(self) -> List[MidiControlSet]:
PathsManager.schemaPath
@property
def schemaPath(self) -> str:
PathsManager.telemetryLogsPath
@property
def telemetryLogsPath(self) -> str:
Stage.displays
@property
def displays(self) -> List[Display]:
Class.constructors
DxMaterial.__init__
@overload
def __init__(self, tex0: DxTexture, blendMode0: int, tex1: DxTexture, blendMode1: int) -> None:
OptiCalCaptureSetup.__init__
@overload
def __init__(self, captureBasePath: str, settings: CaptureSettings, camComms: CameraCommunication) -> None:
Removed
Class.constructors
RI.__init__
@overload
def __init__(self, rp: TransportManager) -> None:
DxMaterial.__init__
@overload
def __init__(self, tex0: DxTexture, blendMode0: int, arg2: DxTexture, blendMode1: int) -> None:
OptiCalCaptureSetup.__init__
@overload
def __init__(self, captureBasePath: str, settings: CaptureSettings, arg2: CameraCommunication) -> None:
Class.methods
Vec2.round
def round(self, f: float) -> Vec2: