Go to: Synopsis. Return value. Related. Python examples.

Synopsis

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.

Return value

None

Related

ambientLight, directionalLight, exclusiveLightCheckBox, lightList, lightListEditor, lightlink, pointLight, projectLight, projectLightEditor, spotLight, spotLightPreviewPort

Python examples

import maya.cmds as cmds

cmds.lightListPanel( 'myLightListPanel' )