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 editable.
The showShadingGroupAttrEditor command opens up the attribute editor for the current object's shading-group information.import maya.cmds as cmds cmds.showShadingGroupAttrEditor()