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
- Type:
float in [1e-06, inf], default 20.0
- falloff#
Control how fast the probe influence decreases
- Type:
float in [0, 1], default 0.2
- influence_type#
Type of influence volume
- Type:
enum in [‘ELIPSOID’, ‘BOX’], default ‘ELIPSOID’
- parallax_distance#
Lowest corner of the parallax bounding box
- Type:
float in [0, inf], default 2.5
- parallax_type#
Type of parallax volume
- Type:
enum in [‘ELIPSOID’, ‘BOX’], default ‘ELIPSOID’
- show_parallax#
Show the parallax correction volume in the 3D view
- Type:
boolean, default False
- use_custom_parallax#
Enable custom settings for the parallax correction volume
- Type:
boolean, default False
- classmethod bl_rna_get_subclass(id, default=None)#
- Parameters:
id (str) – 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 (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type