pymel.core.nodetypes.PointLight

digraph inheritance09529c0d2e {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "NonAmbientLightShapeNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.NonAmbientLightShapeNode.html#pymel.core.nodetypes.NonAmbientLightShapeNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "RenderLight" -> "NonAmbientLightShapeNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "NonExtendedLightShapeNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.NonExtendedLightShapeNode.html#pymel.core.nodetypes.NonExtendedLightShapeNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "NonAmbientLightShapeNode" -> "NonExtendedLightShapeNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "Shape" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.Shape.html#pymel.core.nodetypes.Shape",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DagNode" -> "Shape" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "DependNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "DagNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DagNode.html#pymel.core.nodetypes.DagNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "Entity" -> "DagNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ContainerBase" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.ContainerBase.html#pymel.core.nodetypes.ContainerBase",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "ContainerBase" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "Entity" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.Entity.html#pymel.core.nodetypes.Entity",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ContainerBase" -> "Entity" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PointLight" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.PointLight",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "NonExtendedLightShapeNode" -> "PointLight" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ProxyUnicode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "RenderLight" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.RenderLight.html#pymel.core.nodetypes.RenderLight",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "Light" -> "RenderLight" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "Light" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.Light.html#pymel.core.nodetypes.Light",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "Shape" -> "Light" [arrowsize=0.5,style="setlinewidth(0.5)"];
}

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