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
object

Movie tracking object to follow (if empty, camera object is used)

Type :string, default “”
track

Movie tracking track to follow

Type :string, default “”
use_3d_position

Use 3D position of track to parent to

Type :boolean, default False
use_active_clip

Use active clip defined in scene

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

FollowPathConstraint(Constraint)

Next topic

Function(bpy_struct)