CyclesObjectBlurSettings(PropertyGroup)¶
base classes — bpy_struct
, PropertyGroup
-
class
bpy.types.
CyclesObjectBlurSettings
(PropertyGroup)¶ -
motion_steps
¶ Control accuracy of deformation motion blur, more steps gives more memory usage (actual number of steps is 2^(steps - 1))
Type: int in [1, inf], default 1
-
use_camera_cull
¶ Allow this object and its duplicators to be culled by camera space culling
Type: boolean, default False
-
use_deform_motion
¶ Use deformation motion blur for this object
Type: boolean, default True
-
use_motion_blur
¶ Use motion blur for this object
Type: boolean, default True
-
Inherited Properties
Inherited Functions
References