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)
objects

Collection of objects in this tracking data object

Type :MovieTrackingObjects bpy_prop_collection of MovieTrackingObject, (readonly)
reconstruction
Type :MovieTrackingReconstruction, (readonly)
settings
Type :MovieTrackingSettings, (readonly)
stabilization
Type :MovieTrackingStabilization, (readonly)
tracks

Collection of tracks in this tracking data object

Type :MovieTrackingTracks bpy_prop_collection of MovieTrackingTrack, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

MovieSequence(Sequence)

Next topic

MovieTrackingCamera(bpy_struct)