disguise developers

Designer Plugins

Plugins for Disguise Designer software.

Display

Base class: Object

Subclasses: DownloadableDisplay, ForwardingDisplay, LocalGuiDisplay, PreCompDisplay, Screen2, SlcAwareDisplay, TwoPoint5DPlate

Properties

acesFinalMatrix : Mat

ACES final matrix

acesTransform : AcesOutputTransformParameters

ACES Output Display Transform (ODT)

alpha : float

If the screen is translucent, this controls its opacity

blendMode : int

Controls the way the screen is composited with the rest of the stage

canBeFeedRectSource : bool (Read-Only)

colourprofile : ColourProfile

Colour/Gamma space of the output display

colourshift : ColourShift

Colour Shift applied to correct display device output; does not appear in visualiser

content : int

Controls which side of the screen shows content

holdOutput : bool

If enabled, stop the output of this display from changing

isConnected : bool (Read-Only)

lutfile : LutFile

Cube LUT applied to correct display device output; does not appear in visualiser

master_fade : float

Controls output brightness; is not reflected in the visualiser

mesh : Mesh

The mesh that defines the shape of the object

nTargets : int (Read-Only)

ocioShaderProperties : OcioShaderProperties

Available OCIO transform parameters for a given colour space.

ocioTransform : OcioColourSpace

OCIO colour space of the display

pixel_mask : DxTexture

Bitmap showing the appearance of each pixel

pixel_mask_size : Vec2

Allows the pixelmask to represent a grid of pixels

population_mask : DxTexture

Bitmap that controls whether an output pixel exists or not; should have the same resolution as the screen

product : Product

Product

resolution : Vec2

The resolution, in pixels

scale : Vec

Controls the size; this is a scale factor applied to mesh vertices

Methods

getImageMosaic(self, iTarget: int, etf: int) -> ImageMosaic

needsContent(self, iTarget: int) -> bool

resolveTarget(self, iTarget: int) -> Display

setContent(self, material: ShaderMaterial, iTarget: int, lodFactor: float)

target(self, iTarget: int) -> DxTexture

targetName(self, iTarget: int) -> str