CyclesObjectSettings(PropertyGroup)¶
base classes — bpy_struct, PropertyGroup
-
class
bpy.types.CyclesObjectSettings(PropertyGroup)¶ -
dicing_rate¶ Multiplier for scene dicing rate (located in the Geometry Panel)
Type: float in [0.1, 1000], default 1.0
-
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_adaptive_subdivision¶ Use adaptive render time subdivision
Type: boolean, default False
-
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