disguise developers

Designer Plugins

Plugins for Disguise Designer software.

KeySequence

Base class: KeyContainer

Subclasses: FloatSequence, ResourceSequence, StringSequence

Properties

keys : List[Key] (Read-Only)

looping : int

Methods

evalString(self, t: float) -> str

find(self, t: float) -> int

findCurrentKeyTime(self, t: float) -> float

findNextKeyTime(self, t: float) -> float

getIndirectionKey(self, keyTime: float) -> Indirection

insert(self, ik: int, t: float, i: int)

insertKeyContainer(self, t: float, i: int, ks: KeyContainer)

key(self, ik: int) -> Key

nKeys(self) -> int

remove(self, ik: int, n: int)

setString(self, ik: int, s: str)

stripToFirstKey(self)

t(self, ik: int) -> float