Go to: Synopsis. Return value. Keywords. Flags. Python examples.

Synopsis

renderLayerPostProcess([keepImages=boolean], [sceneName=string])

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

renderLayerPostProcess is NOT undoable, queryable, and NOT editable.

Post process the results when rendering is done with. Presently this generates a layered PSD file using individual iff files.

Return value

None

In query mode, return type is based on queried flag.

Keywords

renderlayers, psd, photoshop

Flags

keepImages, sceneName
Long name (short name) Argument types Properties
keepImages(ki) boolean createquery
When set to on, the original iff images are kept after the conversion to PSD. Default is to remove them.
sceneName(sn) string createquery
Specifies the scene name for interactive batch rendering.

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can have multiple arguments, passed either as a tuple or a list.

Python examples

import maya.cmds as cmds

cmds.renderLayerPostProcess()