Go to: Synopsis. Return value. Python examples.

Synopsis

showShadingGroupAttrEditor()

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

showShadingGroupAttrEditor is undoable, queryable, and NOT editable.

The showShadingGroupAttrEditor command opens up the attribute editor for the current object's shading-group information.

Return value

booleantrue if a shading group is displayed, otherwise false.

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

Python examples

import maya.cmds as cmds

cmds.showShadingGroupAttrEditor()