MovieTrackingMarkers(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
MovieTrackingMarkers
(bpy_struct)¶ Collection of markers for movie tracking track
-
find_frame
(frame, exact=True)¶ Get marker for specified frame
Parameters: - frame (int in [0, 500000]) – Frame, Frame number to find marker for
- exact (boolean, (optional)) – Exact, Get marker at exact frame number rather than get estimated marker
Returns: Marker for specified frame
Return type:
-
insert_frame
(frame, co=(0.0, 0.0))¶ Insert a new marker at the specified frame
Parameters: - frame (int in [0, 500000]) – Frame, Frame number to insert marker to
- co (float array of 2 items in [-1, 1], (optional)) – Coordinate, Place new marker at the given frame using specified in normalized space coordinates
Returns: Newly created marker
Return type:
-
delete_frame
(frame)¶ Delete marker at specified frame
Parameters: frame (int in [0, 500000]) – Frame, Frame number to delete marker from
-
Inherited Properties
Inherited Functions
References