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)
- Type:
int in [0, 16], default 0
- aperture_fstop#
F-Stop ratio (lower numbers give more defocus, higher numbers give a sharper image)
- Type:
float in [0, inf], default 2.8
- aperture_ratio#
Distortion to simulate anamorphic lens bokeh
- Type:
float in [0.01, inf], default 1.0
- aperture_rotation#
Rotation of blades in aperture
- Type:
float in [-3.14159, 3.14159], default 0.0
- focus_distance#
Distance to the focus point for depth of field
- Type:
float in [0, inf], default 10.0
- focus_subtarget#
Use this armature bone to define the depth of field focal point
- Type:
string, default “”, (never None)
- use_dof#
Use Depth of Field
- 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