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, NOT queryable, and NOT 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.string | The name of the render resolution node |
import maya.cmds as cmds cmds.resolutionNode( 'customRes' ) cmds.resolutionNode( 'customRes', name='customRes' )