Package bpy :: Module types :: Class HemiLamp
[hide private]
[frames] | no frames]

Class HemiLamp


The Hemi Lamp Object

180 degree constant lamp.

(no references to this struct found)

Instance Methods [hide private]
 
animation_data_clear()
Clear animation on this this ID. (Inherited from bpy.types.ID)
AnimData
animation_data_create()
Create animation data to this ID, note that not all ID types support this. (Inherited from bpy.types.ID)
ID
copy()
Create a copy of this datablock (not supported for all datablocks). (Inherited from bpy.types.ID)
Instance Variables [hide private]
Texture active_texture
Active texture slot being displayed. (Inherited from bpy.types.Lamp)
int in [0, 17] active_texture_index
Index of active texture slot. (Inherited from bpy.types.Lamp)
AnimData (readonly) animation_data
Animation data for this datablock. (Inherited from bpy.types.Lamp)
float array of 3 items in [-inf, inf] color
Light color. (Inherited from bpy.types.Lamp)
boolean diffuse
Lamp does diffuse shading. (Inherited from bpy.types.Lamp)
float in [-inf, inf] distance
Falloff distance - the light is at half the original intensity at this point. (Inherited from bpy.types.Lamp)
float in [-inf, inf] energy
Amount of light that the lamp emits. (Inherited from bpy.types.Lamp)
boolean fake_user
Saves this datablock even if it has no users (Inherited from bpy.types.ID)
boolean layer
Illuminates objects only on the same layer the lamp is on. (Inherited from bpy.types.Lamp)
Library (readonly) library
Library file the datablock is linked from. (Inherited from bpy.types.ID)
string name
Unique datablock ID name. (Inherited from bpy.types.ID)
boolean negative
Lamp casts negative light. (Inherited from bpy.types.Lamp)
boolean specular
Lamp creates specular highlights. (Inherited from bpy.types.Lamp)
boolean tag
Tools can use this to tag data, (initial state is undefined). (Inherited from bpy.types.ID)
Collection of LampTextureSlot (readonly) textures
Texture slots defining the mapping and influence of textures. (Inherited from bpy.types.Lamp)
enum type
Type of Lamp. (Inherited from bpy.types.Lamp)
int (readonly) in [0, 32767] users
Number of times this datablock is referenced. (Inherited from bpy.types.ID)