GPUDOFSettings(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
GPUDOFSettings
(bpy_struct)¶ Settings for GPU based depth of field
-
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
-
sensor
¶ Size of sensor
Type: float in [1, inf], default 0.0
-
Inherited Properties
Inherited Functions
References