Forum Replies Created

  • John Wilkins

    April 5, 2008 at 12:44 pm in reply to: Check a render queue item exists or alert

    Thanks very much Dan. That works perfectly.

    I’m very new to ae scripting so sometimes the syntax gets away from me. I’ve downloaded the AE Scripting Guide and now the ECMAScript Language Specification so hopefully these will help.

    Thanks again

    John

  • John Wilkins

    April 4, 2008 at 11:10 pm in reply to: Check a render queue item exists or alert

    Thanks guys, I’ve tried this but the problem is I’m still pretty new when it comes to the actual scripting syntax so i’m not 100% how to implement it. This is what I currently have:

    var outputPath=app.project.renderQueue.item(1).outputModules[1].file.name.replace(/%20/g, “_”);

    if(app.project.renderQueue.numItems>0)
    {
    alert(‘Add an output file!’);
    }
    else
    {
    output = app.project.activeItem.layers.addText(outputPath);
    output.name = ““;
    output.transform.position.setValue([25,450]);
    }

    However, it doesn’t seem to be functioning correctly and I still just get the same error as before.

    Any pointers would be great!

    Thanks

    John

  • John Wilkins

    March 30, 2008 at 9:02 pm in reply to: Using a script to add an expression to a layer?

    Thanks great Filip – just what I needed. Thanks again!

    John

  • John Wilkins

    March 30, 2008 at 6:51 pm in reply to: Using a script to add an expression to a layer?

    Thanks Filip, thats a great help!

    One quick query though, could you advise me how I could re-phrase the script to create a new layer rather than replace the (1) layer.

    Thanks for your help, I really appreciate it.

    John

  • John Wilkins

    March 29, 2008 at 4:54 pm in reply to: timeToFrames() timecode

    That’s fantastic – thanks Dan

  • John Wilkins

    May 30, 2007 at 10:25 pm in reply to: Gilding Effect

    Thanks guys. I’ll do some experimenting and post what I come up with.

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