pymel.core.rendering.renderThumbnailUpdate

renderThumbnailUpdate(*args, **kwargs)

Toggle the updating of object thumbnails. These are visible in tools like the Attribute Editor and Hypershade. All thumbnails everywhere will not update to reflect changes to the object until this command is used to toggle to true. In query mode, return type is based on queried flag.

Flags:

Derived from mel command maya.cmds.renderThumbnailUpdate

Example:

import pymel.core as pm

import maya.cmds as cmds

# Turns on thumbnail updates.
pm.renderThumbnailUpdate(True)

# Turns off thumbnail updates.
pm.renderThumbnailUpdate(False)

Previous topic

pymel.core.rendering.renderSettings

Next topic

pymel.core.rendering.renderWindowEditor

Core

Core Modules

Other Modules

This Page