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:
- 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
- classmethod bl_rna_get_subclass(id, default=None)#
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)#
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type