The renderQualityNode creates a render quality node and registers it with the model. The createNode command will not register nodes of this type correctly.
Long name (short name) | Argument Types | Properties | |
---|---|---|---|
name (n) | unicode | ||
parent (p) | unicode | ||
shared (s) | bool | ||
skipSelect (ss) | bool | ||
Derived from mel command maya.cmds.renderQualityNode
Example:
import pymel.core as pm
pm.renderQualityNode()
# Result: u'renderQuality1' #
pm.renderQualityNode( name='loResTestQuality' )
# Result: u'loResTestQuality' #