Trees | Indices | Help |
|
---|
|
object --+ | nuke.PanelNode
PanelNode
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
None |
|
||
|
|||
dict |
|
||
None |
|
||
None |
|
||
String in .nk form |
|
||
Inherited from |
|
|||
|
|
str(x)
|
Add knob k to this node or panel.
|
Get a dictionary of (name, knob) pairs for all knobs in this node. For example: >>> b = nuke.nodes.Blur() >>> b.knobs()
|
Read the knobs from a string (TCL syntax).
|
Remove knob k from this node or panel. Throws a ValueError exception if k is not found on the node.
|
Return a tcl list. If TO_SCRIPT | TO_VALUE is not on, this is a simple list of knob names. If it is on, it is an alternating list of knob names and the output of to_script(). Flags can be any of these or'd together: - nuke.TO_SCRIPT produces to_script(0) values - nuke.TO_VALUE produces to_script(context) values - nuke.WRITE_NON_DEFAULT_ONLY skips knobs with not_default() false - nuke.WRITE_USER_KNOB_DEFS writes addUserKnob commands for user knobs - nuke.WRITE_ALL writes normally invisible knobs like name, xpos, ypos @param i: The set of flags or'd together. Default is TO_SCRIPT | TO_VALUE. @return: String in .nk form.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 5 06:16:26 2017 | http://epydoc.sourceforge.net |