disguise developers

Designer Plugins

Plugins for Disguise Designer software.

ClusterAssigner

Base class: Resource

Properties

enableAlpha : bool

maxTileSize : Int2

Largest resolution before viewports are split into tiles. Null values default to a safe limit

overlap : int

Overlap between splits that is blended together. Use to hide simulation imperfections.

padding : int

Padding between splits that is rendered, but cut off before compositing. Use to remove screen-space edge artifacts. If in Full-Frame mode, padding will apply on the outside of the frame

preferredNetwork : IPAddress

proxySettings : ProxySettings

scaleFactor : float

Scale factor for the resolution. Downscaled streams will be upscaled using Super Resolution techniques

splitter : int

transportBitDepth : int

transportFormat : int

transportType : int

Variables

SPLIT_TYPE_MANUAL : Final = 2

SPLIT_TYPE_TILES : Final = 0

TRANSPORT_BIT_DEPTH_10 : Final = 1

TRANSPORT_BIT_DEPTH_12 : Final = 2

TRANSPORT_BIT_DEPTH_16 : Final = 3

TRANSPORT_BIT_DEPTH_8 : Final = 0

TRANSPORT_FORMAT_RGB444 : Final = 0

TRANSPORT_FORMAT_YUV420 : Final = 2

TRANSPORT_FORMAT_YUV422 : Final = 1

TRANSPORT_TYPE_COMPRESSED : Final = 2

TRANSPORT_TYPE_NDI : Final = 0

TRANSPORT_TYPE_UNCOMPRESSED : Final = 1

isValidWorkloadTransportCombination : Callable

Methods

isUpscaleSupported(self) -> bool

isValidCombination(self) -> bool

maxTransportResolution(self) -> Int2