Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Two Render Queue Windows

  • Two Render Queue Windows

    Posted by Jürgen Hackl on April 10, 2016 at 3:07 pm

    I’ve written a little rendering script. It loads the output modules and render settings templates on startup by creating a dummy rq-item and deleting it later. During this process sometimes a second render queue window will be opened which leads to serious crashes very often.

    Is there a way to prevent this behaviour or to close that window by scripting? I’ve already written a bug report but got now answer so far.

    The script can be downloaded here: https://www.jxrgen.at/sxper/

    var dummyComp = app.project.items.addComp("sxperdummy", 10, 10, 1, 1, 25);
    var rqItem = app.project.renderQueue.items.add(dummyComp);

    [...]

    dummyComp.remove();

    Jürgen Hackl replied 10 years, 3 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

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