Go to: Synopsis. Return value. Python examples.
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.boolean | true if a shading group is displayed, otherwise false. |
In query mode, return type is based on queried flag.
import maya.cmds as cmds cmds.showShadingGroupAttrEditor()