Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions How to create Text markers using script?

  • Dan Ebberts

    October 10, 2014 at 4:48 pm

    Like this maybe:


    var myComp = app.project.activeItem;
    var myLayer = myComp.selectedLayers[0];
    var t = myLayer.inPoint;
    while (t < myLayer.outPoint){
    myLayer.property("Marker").addKey(t);
    t += myComp.frameDuration*10;
    }

    Dan

  • Aleks Cicha

    October 13, 2014 at 11:32 am

    wow! That’s amazing! You saved around a day of my work!!!!!
    Many thanks Dan!

    Best,

    A.

Page 2 of 2

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy