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

Synopsis

lightList([add=DAGobject], [remove=DAGobject])

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

lightList is undoable, queryable, and editable.

Add/Remove a relationship between an object and the current light. Soon to be replaced by the connect-attribute command.

Flags

add, remove
Long name (short name) [argument types] Properties
add(add) DAGobject create
add object(s) to light list.
remove(rm) DAGobject create
remove object(s) to light list.

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can have multiple arguments, passed either as a tuple or a list.

Return value

None

Related

ambientLight, directionalLight, exclusiveLightCheckBox, lightListEditor, lightListPanel, lightlink, pointLight, spotLight, spotLightPreviewPort

Python examples

import maya.cmds as cmds

cmds.lightList( add='foo' )