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 [-500000, 500000], (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
-
Inherited Properties
Inherited Functions
References