Go to: Synopsis. Return value. Python examples.
resolutionNode()
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
resolutionNode is undoable, queryable, and editable.
The resolutionNode creates a render resolution node and registers it with the model. The createNode command will not register nodes of this type correctly.None
In query mode, return type is based on queried flag.
import maya.cmds as cmds cmds.resolutionNode( 'customRes' ) cmds.resolutionNode( 'customRes', name='customRes' )