TimelineMarkers(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
TimelineMarkers
(bpy_struct)¶ Collection of timeline markers
-
new
(name, frame=1)¶ Add a keyframe to the curve
Parameters: - name (string, (never None)) – New name for the marker (not unique)
- frame (int in [-1048574, 1048574], (optional)) – The frame for the new marker
Returns: Newly created timeline marker
Return type:
-
remove
(marker)¶ Remove a timeline marker
Parameters: marker ( TimelineMarker
, (never None)) – Timeline marker to remove
-
clear
()¶ Remove all timeline markers
-
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