VisibilityActuator(Actuator)

base classes — bpy_struct, Actuator

class bpy.types.VisibilityActuator(Actuator)

Actuator to set visibility and occlusion of the object

apply_to_children

Set all the children of this object to the same visibility/occlusion recursively

Type:boolean, default False
use_occlusion

Set the object to occlude objects behind it (initialized from the object type in physics button)

Type:boolean, default False
use_visible

Set the objects visible (initialized from the object render restriction toggle in physics button)

Type:boolean, default False

Inherited Properties

Inherited Functions