CameraActuator(Actuator)

base classes — bpy_struct, Actuator

class bpy.types.CameraActuator(Actuator)
axis

Axis the Camera will try to get behind (default 'POS_X')

  • POS_X +X – Camera tries to get behind the X axis.

  • POS_Y +Y – Camera tries to get behind the Y axis.

  • NEG_X -X – Camera tries to get behind the -X axis.

  • NEG_Y -Y – Camera tries to get behind the -Y axis.

Type:

Literal[‘POS_X’, ‘POS_Y’, ‘NEG_X’, ‘NEG_Y’]

damping

Strength of the constraint that drives the camera behind the target (in [0, 10], default 0.0)

Type:

float

height

(in [-inf, inf], default 0.0)

Type:

float

max

(in [-inf, inf], default 0.0)

Type:

float

min

(in [-inf, inf], default 0.0)

Type:

float

object

Look at this Object

Type:

Object

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (bpy.types.Struct | None) – The value to return when not found.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (type | None) – The value to return when not found.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions