MovieTracking(bpy_struct)

base class — bpy_struct

class bpy.types.MovieTracking(bpy_struct)

Match-moving data for tracking

active_object_index

Index of active object (in [-inf, inf], default 0)

Type:

int

camera

(readonly)

Type:

MovieTrackingCamera

dopesheet

(readonly)

Type:

MovieTrackingDopesheet

objects

Collection of objects in this tracking data object (default None, readonly)

Type:

MovieTrackingObjects[MovieTrackingObject]

plane_tracks

Collection of plane tracks in this tracking data object. Deprecated, use objects[name].plane_tracks (default None, readonly)

Type:

MovieTrackingPlaneTracks[MovieTrackingPlaneTrack]

reconstruction

(readonly)

Type:

MovieTrackingReconstruction

settings

(readonly)

Type:

MovieTrackingSettings

stabilization

(readonly)

Type:

MovieTrackingStabilization

tracks

Collection of tracks in this tracking data object. Deprecated, use objects[name].tracks (default None, readonly)

Type:

MovieTrackingTracks[MovieTrackingTrack]

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

References