StudioLight(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
StudioLight
(bpy_struct)¶ Studio light
-
has_specular_highlight_pass
¶ Studio light image file has separate “diffuse” and “specular” passes
- Type
boolean, default False, (readonly)
-
index
¶ - Type
int in [-inf, inf], default 0, (readonly)
-
is_user_defined
¶ - Type
boolean, default False, (readonly)
-
light_ambient
¶ Color of the ambient light that uniformly lit the scene
- Type
float array of 3 items in [0, inf], default (0.0, 0.0, 0.0), (readonly)
-
name
¶ - Type
string, default “”, (readonly, never None)
-
path
¶ - Type
string, default “”, (readonly, never None)
-
path_irr_cache
¶ Path where the irradiance cache is stored
- Type
string, default “”, (readonly, never None)
-
path_sh_cache
¶ Path where the spherical harmonics cache is stored
- Type
string, default “”, (readonly, never None)
-
solid_lights
¶ Lights user to display objects in solid draw mode
- Type
bpy_prop_collection
ofUserSolidLight
, (readonly)
-
spherical_harmonics_coefficients
¶ - Type
float multi-dimensional array of 4 * 3 items in [0, inf], default ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)), (readonly)
-
type
¶ - Type
enum in [‘STUDIO’, ‘WORLD’, ‘MATCAP’], default ‘STUDIO’, (readonly)
-
classmethod
bl_rna_get_subclass
(id, default=None)¶ - Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Struct
subclass
-
classmethod
bl_rna_get_subclass_py
(id, default=None)¶ - Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
-
Inherited Properties
Inherited Functions
References