MovieTrackingPlaneMarkers(bpy_prop_collection)
base classes — bpy_prop, bpy_prop_collection
- class bpy.types.MovieTrackingPlaneMarkers(bpy_prop_collection)
Collection of markers for movie tracking plane track
- find_frame(frame, *, exact=True)
Get plane marker for specified frame
- Parameters:
frame (int) – Frame, Frame number to find marker for (in [0, 1048574])
exact (bool) – Exact, Get plane marker at exact frame number rather than get estimated marker (optional)
- Returns:
Plane marker for specified frame
- Return type:
- insert_frame(frame)
Insert a new plane marker at the specified frame
- Parameters:
frame (int) – Frame, Frame number to insert marker to (in [0, 1048574])
- Returns:
Newly created plane marker
- Return type:
- delete_frame(frame)
Delete plane marker at specified frame
- Parameters:
frame (int) – Frame, Frame number to delete plane marker from (in [0, 1048574])
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type