LampTextureSlot(TextureSlot)¶
base classes — bpy_struct, TextureSlot
-
class
bpy.types.LampTextureSlot(TextureSlot)¶ Texture slot for textures in a Lamp data-block
-
color_factor¶ Amount texture affects color values
Type: float in [-inf, inf], default 0.0
-
shadow_factor¶ Amount texture affects shadow
Type: float in [-inf, inf], default 0.0
-
texture_coords¶ GLOBALGlobal, Use global coordinates for the texture coordinates.VIEWView, Use view coordinates for the texture coordinates.OBJECTObject, Use linked object’s coordinates for texture coordinates.
Type: enum in [‘GLOBAL’, ‘VIEW’, ‘OBJECT’], default ‘GLOBAL’
-
use_map_color¶ Let the texture affect the basic color of the lamp
Type: boolean, default False
-
use_map_shadow¶ Let the texture affect the shadow color of the lamp
Type: boolean, default False
-
Inherited Properties
Inherited Functions
References