Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Script – quit without save project

  • Script – quit without save project

    Posted by Giuliana Bergamin on August 5, 2012 at 12:38 am

    Hello,

    I’m using the following to quit and save:

    myProject.save();
    app.quit()

    But now I need to quit without save the project changes.

    Any help would be appreciated.

    Dan Ebberts replied 14 years ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    August 5, 2012 at 1:25 am

    Try it this way:

    myProject.close(CloseOptions.DO_NOT_SAVE_CHANGES);
    app.quit();

    Dan

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