Edit Timeline Marker
set_markerUpdate a Cinema 4D timeline marker's name, color, position, or length by targeting it via index, frame, or name, with errors on ambiguous matches.
Instructions
Rename, recolour, move, or resize an existing timeline marker. Identify the target by exactly one of index (from list_markers — always unambiguous), frame, or name (the latter two error if several markers match). Pass at least one update field. Returns the updated marker's info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Target by name (errors on ambiguity). | |
| color | No | New colour as [r, g, b] floats in 0..1. | |
| frame | No | Target the marker at this frame (errors on ambiguity). | |
| index | No | Target by position in the marker chain (see list_markers). | |
| new_name | No | New label for the marker. | |
| new_frame | No | Move the marker to this frame. | |
| length_frames | No | New marker length in frames. | |
| new_time_seconds | No | Move the marker to this time in seconds (mutually exclusive with new_frame). |