The resolutionNode creates a render resolution 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.resolutionNode
Example:
import pymel.core as pm
pm.resolutionNode( 'customRes' )
pm.resolutionNode( 'customRes', name='customRes' )