Forum Replies Created

  • Mike Murtha

    April 26, 2012 at 12:15 am in reply to: Converting text layers into masks inside a script.

    Yeah it seems like there is no way to actually for AE to select each layer then run the command. Are you saying that Cs6 may fix this?

  • Mike Murtha

    April 25, 2012 at 7:20 am in reply to: Converting text layers into masks inside a script.

    Is there a way to do this moving all the way through the project? For instance, I have a mac workstation and a pc farm. Because certain fonts don’t work on the farm, I need to outline all of the text in each composition of my current project.

    I am thinking something like this

    for(i=1;i<number of comps; i++){
    for(o=1;o<number of layers in comp; o++){
    if (o is instanceOf TextLayer){
    var myCommandId = app.findMenuCommandId("Create Masks from Text");
    app.executeCommand(myCommandId);
    }
    }

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