FollowTrackConstraint(Constraint)¶
base classes — bpy_struct
, Constraint
-
class
bpy.types.
FollowTrackConstraint
(Constraint)¶ Lock motion to the target motion track
-
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
Type: enum in [‘STRETCH’, ‘FIT’, ‘CROP’], default ‘STRETCH’
-
object
¶ Movie tracking object to follow (if empty, camera object is used)
Type: string, default “”, (never None)
-
track
¶ Movie tracking track to follow
Type: string, default “”, (never None)
-
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
-
use_undistorted_position
¶ Parent to undistorted position of 2D track
Type: boolean, default False
-
Inherited Properties
Inherited Functions