Go to: Synopsis. Return value. Python examples.

Synopsis

renderQualityNode()

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

renderQualityNode is undoable, NOT queryable, and NOT editable.

The renderQualityNode creates a render quality 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 quality node

Python examples

import maya.cmds as cmds

cmds.renderQualityNode()
cmds.renderQualityNode( name='loResTestQuality' )