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

Synopsis

lightListEditor([add=boolean], [allShadingGroups=boolean], [mode=string], [multipleSelection=boolean], [remove=boolean], [singleSelection=boolean])

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

lightListEditor is undoable, queryable, and editable.

This command created a light list editor. A light lister displays the lights that are illuminating the selected objects. As the active list changes, the information displayed in the light-lister changes. You can add relationships by selecting a light and the object and pressing "ADD". Or you can drag-and-drop the light from a UI like the outliner onto the light lister. You can remove relationships by selecting the lights in the editor and pressing "REMOVE".

Flags

add, allShadingGroups, mode, multipleSelection, remove, singleSelection
Long name (short name) [argument types] Properties
add(add) boolean edit
If the editor is in light list mode, this will link the selected lights to the shading groups selected in the editor. If in shading group mode, will assign the currently selected renderable objects to the shading group selected in the editor.
remove(r) boolean edit
If the editor is in light list mode, this will unlink the selected lights to the shading groups selected in the editor. If in shading group mode, will unassign the currently selected renderable objects from the shading group selected in the editor.
mode(m) string queryedit
Specifies the operating mode for the editor. Valid values are: lightLists | shadingLists.

In query mode, this flag needs a value.

singleSelection(ss) boolean queryedit
Specifies if the editor is listing only one item on the active list. Using this listing technique the frame will be opened automatically and single clicks of rows in the editor will result in membership changes.

In query mode, this flag needs a value.

multipleSelection(ms) boolean queryedit
Specifies if the editor is listing all of the relevant things on the active list.

In query mode, this flag needs a value.

allShadingGroups(asg) boolean queryedit
Specifies if the editor is listing all of the shading groups.

In query mode, this flag needs a value.


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


Name of the editor.

Related

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