pymel.core.rendering.showShadingGroupAttrEditor

showShadingGroupAttrEditor(*args, **kwargs)

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

Flags:

Derived from mel command maya.cmds.showShadingGroupAttrEditor

Example:

import pymel.core as pm

import maya.cmds as cmds

pm.showShadingGroupAttrEditor()

Previous topic

pymel.core.rendering.shadingNode

Next topic

pymel.core.rendering.spotLight

Core

Core Modules

Other Modules

This Page