Your Ad Here

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 editable.

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

Return value


return true if a shading group is displayed, otherwise false.

Python examples

import maya.cmds as cmds

cmds.showShadingGroupAttrEditor()
  

Return to Autodesk Index


Your Ad Here