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:

mathutils.Color 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)

solid_lights#

Lights used to display objects in solid draw mode

Type:

bpy_prop_collection of UserSolidLight, (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