pymel.core.rendering.resolutionNode

resolutionNode(*args, **kwargs)

The resolutionNode creates a render resolution node and registers it with the model. The createNode command will not register nodes of this type correctly.

Flags:

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' )