nuke.knobTooltip
- nuke.knobTooltip(classknob, value) None
Set an override for a tooltip on a knob.
Example:
nuke.knobTooltip(‘Blur.size’, ‘[some text]’)
- Parameters
classknob – String in the form class.knob where class is the class of Node, i.e. Blur, and knobis the name of the knob.
value – String to use as the tooltip
- Returns
None)