CyclesObjectSettings(bpy_struct)

base class — bpy_struct

class bpy.types.CyclesObjectSettings(bpy_struct)
dicing_rate

Multiplier for scene dicing rate (located in the Subdivision panel)

Type:float in [0.1, 1000], default 1.0
is_holdout

Render objects as a holdout or matte, creating a hole in the image with zero alpha, to fill out in compositing with real footage or another render

Type:boolean, default False
is_shadow_catcher

Only render shadows on this object, for compositing renders into real footage

Type:boolean, default False
motion_steps

Control accuracy of 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_distance_cull

Allow this object and its duplicators to be culled by distance from camera

Type:boolean, default False
use_motion_blur

Use motion blur for this object

Type:boolean, default True
classmethod bl_rna_get_subclass(id, default=None)
Parameters:id (string) – The RNA type identifier.
Returns:The RNA type or default when not found.
Return type:bpy.types.Struct subclass
classmethod bl_rna_get_subclass_py(id, default=None)
Parameters:id (string) – The RNA type identifier.
Returns:The class or default when not found.
Return type:type

Inherited Properties

Inherited Functions