Forum Replies Created

  • Kirill Pavlov

    January 3, 2011 at 12:42 pm in reply to: AfterFX command line and script argument

    Thanks.

    Solved this problem by creating modified shortcut to AfterFX.exe.

    In shortcut prorperties add
    “C:\Program Files\Adobe\Adobe After Effects CS5\Support Files\AfterFX.exe” -r C:\“path“\“script name”.jsx

    to open your project add in the beggining of the script

    {
    var myPath = “/Project path/”;
    var myProjectName = “project name.aep”;
    var myProject = File(myPath + myProjectName);
    app.open(myProject);
    }

    and then paste script you want to run.

    Director of animation and CG

  • Kirill Pavlov

    December 31, 2010 at 1:11 pm in reply to: AfterFX command line and script argument

    Greetings.

    The same problem – trying to find the way to make *.bat-file or shortcut to make AE open my project and then automatically run script.

    Havу you sucseed finding the way to solve this problem?

    Thank you.

    Director of animation and CG

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