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_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

Previous topic

CyclesMeshSettings(PropertyGroup)

Next topic

CyclesRenderSettings(PropertyGroup)