FollowTrackConstraint(Constraint)

base classes — bpy_struct, Constraint

class bpy.types.FollowTrackConstraint(Constraint)

Lock motion to the target motion track

camera

Camera to which motion is parented (if empty active scene camera is used)

Type:

Object

clip

Movie Clip to get tracking data from

Type:

MovieClip

depth_object

Object used to define depth in camera space by projecting onto surface of this object

Type:

Object

frame_method

How the footage fits in the camera frame (default 'STRETCH')

Type:

Literal[‘STRETCH’, ‘FIT’, ‘CROP’]

object

Movie tracking object to follow (if empty, camera object is used) (default “”, never None)

Type:

str

track

Movie tracking track to follow (default “”, never None)

Type:

str

use_3d_position

Use 3D position of track to parent to (default False)

Type:

bool

use_active_clip

Use active clip defined in scene (default False)

Type:

bool

use_undistorted_position

Parent to undistorted position of 2D track (default False)

Type:

bool

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