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.| Long name (short name) | [argument types] | Properties | ||
|---|---|---|---|---|
add(add)
|
DAGobject
|
|
||
|
||||
remove(rm)
|
DAGobject
|
|
||
|
||||
import maya.cmds as cmds cmds.lightList( add='foo' )