LightProbeSphere(LightProbe)
base classes — bpy_struct, ID, LightProbe
- class bpy.types.LightProbeSphere(LightProbe)
Light probe that captures precise lighting from all directions at a single point in space
- clip_end
Probe clip end, beyond which objects will not appear in reflections (in [1e-06, inf], default 20.0)
- Type:
float
- falloff
Control how fast the probe influence decreases (in [0, 1], default 0.2)
- Type:
float
- influence_type
Type of influence volume (default
'ELIPSOID')- Type:
Literal[‘ELIPSOID’, ‘BOX’]
- parallax_distance
Lowest corner of the parallax bounding box (in [0, inf], default 2.5)
- Type:
float
- parallax_type
Type of parallax volume (default
'ELIPSOID')- Type:
Literal[‘ELIPSOID’, ‘BOX’]
- show_parallax
Show the parallax correction volume in the 3D view (default False)
- Type:
bool
- use_custom_parallax
Enable custom settings for the parallax correction volume (default False)
- Type:
bool
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type