Home | Trees | Indices | Help |
|
---|
|
The Blender.Lamp submodule.
New: Lamp.clearScriptLinks accepts a parameter now.This module provides control over Lamp Data objects in Blender.
Example:from Blender import Lamp, Scene l = Lamp.New('Spot') # create new 'Spot' lamp data l.setMode('Square', 'Shadow') # set these two lamp mode flags scn = Scene.GetCurrent() ob = scn.objects.new(l)
Classes | |
Lamp This object gives access to Lamp-specific data in Blender. |
Functions | |||
Blender Lamp |
|
||
Blender Lamp or a list of Blender Lamps |
|
Variables | |
read-only dictionary |
Falloffs The lamp falloff types. |
read-only dictionary |
Modes The lamp modes. |
read-only dictionary |
Types The lamp types. |
Function Details |
|
|
Variables Details |
FalloffsThe lamp falloff types.
|
ModesThe lamp modes. Modes may be ORed together.
|
TypesThe lamp types.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon May 19 15:32:19 2008 | http://epydoc.sourceforge.net |