A knob which lets you select a layer and enable or disable individual
channels. self.__init__(s, label, depth) -> None Constructor.
|
|
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
a new object with type S, a subtype of T
|
|
|
bool
|
|
|
bool
|
|
|
int
|
depth(self)
Get the channel depth. |
|
|
|
None
|
|
|
bool
|
|
|
int
|
|
|
bool
|
|
|
bool
|
|
|
None
|
|
|
None
|
setInput(self,
num)
Set the input number for this knob.@param num: The number of the new
input. |
|
|
|
None
|
setValue(self,
name)
Set the selected channel using the channel name. |
|
|
|
str
|
value(self)
Get the name of the selected channel. |
|
|
|
Inherited from Knob:
Class,
clearAnimated,
clearFlag,
critical,
debug,
enabled,
error,
fromScript,
fullyQualifiedName,
getDerivative,
getFlag,
getIntegral,
getKeyIndex,
getKeyList,
getKeyTime,
getNthDerivative,
getNumKeys,
getValue,
getValueAt,
hasExpression,
isAnimated,
isKey,
isKeyAt,
label,
name,
node,
removeKey,
removeKeyAt,
setAnimated,
setEnabled,
setExpression,
setFlag,
setLabel,
setName,
setTooltip,
setValueAt,
setVisible,
toScript,
tooltip,
visible,
warning
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|