List Timeline Markers
list_markersList every timeline marker in the active Cinema 4D document with frame, time, name, color, and length, returning index handles to modify or remove markers.
Instructions
Enumerate every timeline marker in the active document with its frame, time_seconds, name, colour and length_frames (c4d.documents.GetFirstMarker + GetNext). Each entry carries an index handle accepted by set_marker / remove_marker. Use this to verify marker placement — get_document_state only reports marker_count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||