Go to: Synopsis. Return value. Related. Python examples.
lightListPanel()
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
lightListPanel is undoable, queryable, and editable.
This command created a light list panel. A light list panel has a light list editor (see the command lightListEditor). It displays the lights that are illuminating the selected objects. As the active list changes, the information displayed in the light-lister changes.string | The name of the panel |
In query mode, return type is based on queried flag.
import maya.cmds as cmds cmds.lightListPanel( 'myLightListPanel' )