Go to: Synopsis. Flags. Return value. Related. Python examples.
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.
add, remove
Long name (short name) |
[argument types] |
Properties |
add(add)
|
DAGobject
|
|
|
add object(s) to light list.
|
|
remove(rm)
|
DAGobject
|
|
|
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.
|
None
ambientLight, directionalLight, exclusiveLightCheckBox, lightListEditor, lightListPanel, lightlink, pointLight, spotLight, spotLightPreviewPort
import maya.cmds as cmds
cmds.lightList( add='foo' )