nuke.applyUserPreset
- nuke.applyUserPreset(nodeName, presetName) None
Applies a given user preset to the current node.
- Parameters
nodeName – Name of the node to apply the preset to.
presetName – Name of the preset to use.
node – (optional) a Node object to apply the preset to. If this is provided, the nodeName parameter is ignored.
- Returns
bool.