MovieTrackingObject(bpy_struct)

base class — bpy_struct

class bpy.types.MovieTrackingObject(bpy_struct)

Match-moving object tracking and reconstruction data

is_camera

Object is used for camera tracking

Type

boolean, default False, (readonly)

keyframe_a

First keyframe used for reconstruction initialization

Type

int in [-inf, inf], default 0

keyframe_b

Second keyframe used for reconstruction initialization

Type

int in [-inf, inf], default 0

name

Unique name of object

Type

string, default “”, (never None)

plane_tracks

Collection of plane tracks in this tracking data object

Type

MovieTrackingObjectPlaneTracks bpy_prop_collection of MovieTrackingPlaneTrack, (readonly)

reconstruction
Type

MovieTrackingReconstruction, (readonly)

scale

Scale of object solution in camera space

Type

float in [0.0001, 10000], default 1.0

tracks

Collection of tracks in this tracking data object

Type

MovieTrackingObjectTracks bpy_prop_collection of MovieTrackingTrack, (readonly)

classmethod bl_rna_get_subclass(id, default=None)
Parameters

id (string) – 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 (string) – The RNA type identifier.

Returns

The class or default when not found.

Return type

type

Inherited Properties

Inherited Functions

References