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, 1048574]) – 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, 1048574]) – 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, 1048574]) – Frame, Frame number to delete marker from
-
classmethod
bl_rna_get_subclass
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The RNA type or default when not found. Return type: bpy.types.Struct
subclass
-
classmethod
bl_rna_get_subclass_py
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The class or default when not found. Return type: type
-
Inherited Properties
Inherited Functions
References