Go to: Synopsis. Return value. Python examples.

Synopsis

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.

Return value

stringThe name of the render resolution node

Python examples

import maya.cmds as cmds

cmds.resolutionNode( 'customRes' )
cmds.resolutionNode( 'customRes', name='customRes' )