base class — bpy_struct
Match-moving track data for tracking
Average error of re-projection
Type : | float in [-inf, inf], default 0.0, (readonly) |
---|
Position of bundle reconstructed from this track
Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0), (readonly) |
---|
Color of the track in the Movie Clip Editor and the 3D viewport after a solve
Type : | float array of 3 items in [0, 1], default (0.0, 0.0, 0.0) |
---|
Minimal value of correlation between matched pattern and reference that is still treated as successful tracking
Type : | float in [0, 1], default 0.0 |
---|
Every tracking cycle, this number of frames are tracked
Type : | int in [0, 32767], default 0 |
---|
Grease pencil data for this track
Type : | GreasePencil |
---|
True if track has a valid bundle
Type : | boolean, default False, (readonly) |
---|
Track is hidden
Type : | boolean, default False |
---|
Track is locked and all changes to it are disabled
Type : | boolean, default False |
---|
Distance from image boundary at which marker stops tracking
Type : | int in [0, 300], default 0 |
---|
Collection of markers in track
Type : | MovieTrackingMarkers bpy_prop_collection of MovieTrackingMarker, (readonly) |
---|
Default motion model to use for tracking
Type : | enum in [‘Perspective’, ‘Affine’, ‘LocRotScale’, ‘LocScale’, ‘LocRot’, ‘Loc’], default ‘Loc’ |
---|
Unique name of track
Type : | string, default “”, (never None) |
---|
Track pattern from given frame when tracking marker to next frame
Type : | enum in [‘KEYFRAME’, ‘PREV_FRAME’], default ‘KEYFRAME’ |
---|
Track is selected
Type : | boolean, default False |
---|
Track’s anchor point is selected
Type : | boolean, default False |
---|
Track’s pattern area is selected
Type : | boolean, default False |
---|
Track’s search area is selected
Type : | boolean, default False |
---|
Apply track’s mask on displaying preview
Type : | boolean, default False |
---|
Use blue channel from footage for tracking
Type : | boolean, default False |
---|
Use a brute-force translation only pre-track before refinement
Type : | boolean, default False |
---|
Use custom color instead of theme-defined
Type : | boolean, default False |
---|
Display what the tracking algorithm sees in the preview
Type : | boolean, default False |
---|
Use green channel from footage for tracking
Type : | boolean, default False |
---|
Use a grease pencil datablock as a mask to use only specified areas of pattern when tracking
Type : | boolean, default False |
---|
Normalize light intensities while tracking. Slower
Type : | boolean, default False |
---|
Use red channel from footage for tracking
Type : | boolean, default False |
---|
Inherited Properties
Inherited Functions
References