pymel.core.rendering.resolutionNode

static rendering.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' )

Previous topic

pymel.core.rendering.renderer

Next topic

pymel.core.rendering.roll

Core

Core Modules

Other Modules

This Page