GPUDOFSettings(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
GPUDOFSettings
(bpy_struct)¶ Settings for GPU based depth of field
-
blades
¶ Blades for dof effect
Type: int in [0, 16], default 0
-
focal_length
¶ Focal length for dof effect
Type: float in [1, inf], default 0.0
-
focus_distance
¶ Viewport depth of field focus distance
Type: float in [0, inf], default 0.0
-
fstop
¶ F-stop for dof effect
Type: float in [0, inf], default 0.0
-
is_hq_supported
¶ Use high quality depth of field
Type: boolean, default False, (readonly)
-
sensor
¶ Size of sensor
Type: float in [1, inf], default 0.0
-
use_high_quality
¶ Use high quality depth of field
Type: boolean, default False
-
Inherited Properties
Inherited Functions
References