disguise developers

Designer Plugins

Plugins for Disguise Designer software.

D3NetManager

Base class: Resource

Properties

actorMode : bool (Read-Only)

actors : List[Machine]

dedicatedDirectorMode : bool (Read-Only)

director : Machine

directorMode : bool (Read-Only)

director_type : bool

hasValidDirector : bool (Read-Only)

localMachine : Machine (Read-Only)

machines : List[Machine] (Read-Only)

mobileEditorMode : bool (Read-Only)

nonDedicatedDirectorMode : bool (Read-Only)

normal_preset : str

soloMode : bool (Read-Only)

thisMachine : Machine (Read-Only)

timeout : float

Automatic failover timeout - 0 is disabled

understudies : List[Machine]

understudy : bool (Read-Only)

Variables

UNDERSTUDY_STATE_NO_TARGETS : Final = 2

UNDERSTUDY_STATE_OK : Final = 0

UNDERSTUDY_STATE_TARGET_OVERLAP : Final = 1

Methods

dispatchCommandAll(self, cmd: RemoteCommand, sessionOnly: bool)

dispatchCommandDirect(self, hostname: str, cmd: RemoteCommand, sessionOnly: bool) -> bool

findMachineByHostname(self, hostname: str) -> Machine

getUnderstudyConfigStatus(self, understudy: Machine) -> int

isUnderstudy(self, machine: Machine) -> bool

machineStatus(self, nodeId: int) -> MachineStatus

sendMatrixRouting(self, machine: Machine, feed: FeedScene)

understudyAvailableFor(self, machine: Machine) -> bool