TimelineMarkers(bpy_struct)

base class — bpy_struct

class bpy.types.TimelineMarkers(bpy_struct)

Collection of timeline markers

new(name)

Add a keyframe to the curve

Parameters:name (string) – New name for the marker (not unique)
Returns:Newly created timeline marker
Return type:TimelineMarker
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

Previous topic

TimelineMarker(bpy_struct)

Next topic

Timer(bpy_struct)