disguise developers

Designer Plugins

Plugins for Disguise Designer software.

Layer

Categories: [‘Sockpuppet’, ‘Track and Sequencing’]

Base class: SuperLayer

Properties

controlPatch : ControlPatch

dmxDisabled : List[int]

dmxIsolated : int

The sequence index of an isolated field. No fields are isolated if this is -1.

fields : List[FieldSequence]

hasIsolatedField : bool (Read-Only)

Returns whether this layer contains any Sockpuppet isolated field.

True if an isolated field is present, else False.

isOutput : int

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

UserName: Direction

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

keyTimes(self) -> List[float]

nSequences(self) -> int

notifyEdit(self, fs: FieldSequence)

sequence(self, i: int) -> FieldSequence

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