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

Synopsis

shadingConnection [-connectionState boolean] attribute

shadingConnection is undoable, queryable, and editable.

Sets the connection state of a connection between nodes that are used in shading. Specify the destination attribute of the connection.

Return value

None

In query mode, return type is based on queried flag.

Flags

connectionState
Long name (short name) Argument types Properties
-connectionState(-cs) boolean createqueryedit
Specifies the state of the connection.
On/True/1 means the connection is still active.
Off/False/0 means the connection is inactive.

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.

MEL examples

shadingConnection -e -cs 0 lambert1.color;
shadingConnection -q -cs spotLightShape1.intensity;