|
|
|
|
|
|
Boolean
|
absolute(self)
Returns whether the values of this knob should be treated as absolute
or relative. |
source code
|
|
String
|
displayName(self)
Returns the custom display name that will appear in Link-to menus. |
source code
|
|
Boolean
|
enabled(self)
Returns whether the knob is currently enabled or not. |
source code
|
|
List
|
indices(self)
Returns a list of the knob channels that should be used with this
linkable knob. |
source code
|
|
Knob
|
knob(self)
Returns the knob that may be linked to. |
source code
|
|
Inherited from object :
__format__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|