pymel.core.rendering.soloMaterial — PyMEL 1.0.7 documentation

pymel.core.rendering.soloMaterial

soloMaterial(*args, **kwargs)

Shows a preview of a specified material node output attribute.

Flags:

Long Name / Short Name Argument Types Properties
attr / a unicode ../../../_images/create.gif ../../../_images/query.gif
 
The attr flag specifies a node attribute to solo.
last / l bool ../../../_images/create.gif ../../../_images/query.gif
 
Whether to solo the last material node and attribute. Flag can have multiple arguments, passed either as a tuple or a list.
node / n unicode ../../../_images/create.gif ../../../_images/query.gif
 
The node flag specifies the node to solo.
unsolo / us bool ../../../_images/create.gif ../../../_images/query.gif
 
Whether to remove soloing.

Derived from mel command maya.cmds.soloMaterial