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
- Type:
int in [-inf, inf], default 0
- camera
- Type:
MovieTrackingCamera, (readonly)
- dopesheet
- Type:
MovieTrackingDopesheet, (readonly)
- objects
Collection of objects in this tracking data object
- Type:
MovieTrackingObjectsbpy_prop_collectionofMovieTrackingObject, (readonly)
- plane_tracks
Collection of plane tracks in this tracking data object. Deprecated, use objects[name].plane_tracks
- Type:
MovieTrackingPlaneTracksbpy_prop_collectionofMovieTrackingPlaneTrack, (readonly)
- reconstruction
- Type:
MovieTrackingReconstruction, (readonly)
- settings
- Type:
MovieTrackingSettings, (readonly)
- stabilization
- Type:
MovieTrackingStabilization, (readonly)
- tracks
Collection of tracks in this tracking data object. Deprecated, use objects[name].tracks
- Type:
MovieTrackingTracksbpy_prop_collectionofMovieTrackingTrack, (readonly)
- 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.Structsubclass
- 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