Go to: Synopsis. Return value. Python examples.
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.string | The Name of the render quality node |
import maya.cmds as cmds cmds.renderQualityNode() cmds.renderQualityNode( name='loResTestQuality' )