Recognize Marker Color

I’m trying to make an automation to just paste keyframes that I copied on a specific color marker after the playhead
Is that possible?

Hi @GingerFinger , yes it is possible.
Try this…
Download -
Paste On Marker.json (9.0 KB)

it loops over the markers of the active composition, and if a marker color is red and its time is greater than the time indicator of the composition, is moves the time indicator to the time of this marker and running the menu command “Paste”, then it will stop the loop.

let me know if you have more questions,
Alon

How can i make it paste on all the red markers after the playhead ? not just one marker

just disable the stop loop line at the end

Wonderful, Thank you so much

Great, happy to help!