disguise developers

Designer Plugins

Plugins for Disguise Designer software.

Layer

Base class: SuperLayer

Properties

controlPatch : ControlPatch

dmxDisabled : List[int]

fields : List[FieldSequence]

isOutput : int

If set to ‘Input’, received values will control the layer. If set to ‘Output’, the layer values will be sent.

module : Module (Read-Only)

moduleBaseVersion : int

moduleConfig : ModuleConfig

moduleType : Type (Read-Only)

moduleVersion : int

Variables

isStringValidForDynamicNaming : Callable

makeNewNames : Callable

Methods

changeModuleClass(self, type: Type)

findSequence(self, name: str) -> FieldSequence

findSequenceOfType(self, type: str, name: str) -> FieldSequence

isGraphical(self) -> bool

nSequences(self) -> int

notifyEdit(self, fs: FieldSequence)

sequence(self, i: int) -> FieldSequence

setControlPatch(self, patch: ControlPatch, isOutput: bool)