-
Create marker directly on the timeline
Hi everyone,
I’m looking for the code to create markers on the timeline.
By now, I’m creating marker on layers, like this :myLayer.layer("Background").Marker.setValueAtTime(1,myMarker);But this method doesn’t work very well with my projects, because sometimes, layer “Background” doesn’t exist, or it exist twice… I read everywhere that is impossible, but the script trigger can do it, so it can be possible in a way.
thanks for your help !