MovieTrackingMarker(bpy_struct)

base class — bpy_struct

class bpy.types.MovieTrackingMarker(bpy_struct)

Match-moving marker data for tracking

co

Marker position at frame in normalized coordinates

Type :float array of 2 items in [-inf, inf], default (0.0, 0.0)
frame

Frame number marker is keyframed on

Type :int in [-inf, inf], default 0
mute

Is marker muted for current frame

Type :boolean, default False
pattern_bound_box

Pattern area bounding box in normalized coordinates

Type :float array of 4 items in [-inf, inf], default (0.0, 0.0, 0.0, 0.0), (readonly)
pattern_corners

Array of coordinates which represents pattern’s corners in normalized coordinates relative to marker position

Type :float array of 8 items in [-inf, inf], default (0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
search_max

Right-bottom corner of search area in normalized coordinates relative to marker position

Type :float array of 2 items in [-inf, inf], default (0.0, 0.0)
search_min

Left-bottom corner of search area in normalized coordinates relative to marker position

Type :float array of 2 items in [-inf, inf], default (0.0, 0.0)

Inherited Properties

Inherited Functions

References

Previous topic

MovieTrackingDopesheet(bpy_struct)

Next topic

MovieTrackingMarkers(bpy_struct)