pymel.core.nodetypes.PointLight

Inheritance diagram of PointLight

class PointLight(*args, **kwargs)

class counterpart of mel function pointLight

The pointLight command is used to edit the parameters of existing pointLights, or to create new ones. The default behaviour is to create a new pointlight.

getDiscRadius(**kwargs)

radius of the disc around the light

Derived from mel command maya.cmds.pointLight

getExclusive(**kwargs)

This flag is obsolete.

Derived from mel command maya.cmds.pointLight

getRgb(**kwargs)

color of the light (0-1)

Derived from mel command maya.cmds.pointLight

getShadowDither(**kwargs)

dither the shadow

Derived from mel command maya.cmds.pointLight

getShadowSamples(**kwargs)

number of shadow samples.

Derived from mel command maya.cmds.pointLight

getSoftShadow(**kwargs)

soft shadow

Derived from mel command maya.cmds.pointLight

setDiscRadius(val=True, **kwargs)

radius of the disc around the light

Derived from mel command maya.cmds.pointLight

setExclusive(val=True, **kwargs)

This flag is obsolete.

Derived from mel command maya.cmds.pointLight

setRgb(val=True, **kwargs)

color of the light (0-1)

Derived from mel command maya.cmds.pointLight

setShadowDither(val=True, **kwargs)

dither the shadow

Derived from mel command maya.cmds.pointLight

setShadowSamples(val=True, **kwargs)

number of shadow samples.

Derived from mel command maya.cmds.pointLight

setSoftShadow(val=True, **kwargs)

soft shadow

Derived from mel command maya.cmds.pointLight

Previous topic

pymel.core.nodetypes.PointEmitter

Next topic

pymel.core.nodetypes.PointMatrixMult

Core

Core Modules

Other Modules

This Page