Go to: Synopsis. Return value. Flags. MEL examples.
renderThumbnailUpdate [-forceUpdate string]
boolean
renderThumbnailUpdate is undoable, queryable, and NOT editable.
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 unless a specific thumbnail is forced to render using the -forceUpdate flag.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-forceUpdate(-fu)
|
string
|
|||
|
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 be used more than once in a command. |
// Turns on thumbnail updates. renderThumbnailUpdate true; // Turns off thumbnail updates. renderThumbnailUpdate false; // Force update of a thumbnail renderThumbnailUpdate -fu "lambert1"