Remove Timeline Marker
remove_markerRemove timeline markers from Cinema 4D by index, frame, or name, or clear all markers at once. Returns count of removed markers.
Instructions
Delete one timeline marker, or all of them. Pass all:true to clear every marker, or identify a single target by exactly one of index (from list_markers), frame, or name (the latter two error if several markers match). Returns {removed: N}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Remove every marker (ignores the selectors below). | |
| name | No | Target by name (errors on ambiguity). | |
| frame | No | Target the marker at this frame (errors on ambiguity). | |
| index | No | Target by position in the marker chain (see list_markers). |