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

Synopsis

lightList [-add DAGobject] [-remove DAGobject]

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 be used more than once in a command

Return value

None

Related

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

MEL examples

lightList -add foo;