CameraDOFSettings(bpy_struct)¶
base class — bpy_struct
- class bpy.types.CameraDOFSettings(bpy_struct)¶
Depth of Field settings
- aperture_blades¶
Number of blades in aperture for polygonal bokeh (at least 3) (in [0, 16], default 0)
- Type:
int
- aperture_fstop¶
F-Stop ratio (lower numbers give more defocus, higher numbers give a sharper image) (in [0, inf], default 2.8)
- Type:
float
- aperture_ratio¶
Distortion to simulate anamorphic lens bokeh (in [0.01, inf], default 1.0)
- Type:
float
- aperture_rotation¶
Rotation of blades in aperture (in [-3.14159, 3.14159], default 0.0)
- Type:
float
- focus_distance¶
Distance to the focus point for depth of field (in [0, inf], default 10.0)
- Type:
float
- focus_subtarget¶
Use this armature bone to define the depth of field focal point (default “”, never None)
- Type:
str
- use_dof¶
Use Depth of Field (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