Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions fit screen script

  • Posted by Rainier Raydán on July 2, 2020 at 9:08 pm

    Hi guys!

    Anyone knows if it’s possible to force the “fit” option in the “Magnification ratio popup” via scripting. If not, anyone know if I can execute a AE shorcut via scripting aswell ( I know the fit shortcut is “Shift + – “)

    Thanks!

    behance.net/raydanrainier

    Filip Vandueren replied 5 years, 10 months ago 2 Members · 1 Reply
  • 1 Reply
  • Filip Vandueren

    July 4, 2020 at 12:34 pm

    Hi Rainier,

    I’m not sure what you mean by “Magnification ratio popup”

    But you can do this via scripting:

    command_id = app.findMenuCommandId("Fit to Comp Width");
    app.executeCommand(command_id);

    To execute nearly everything that’s accessible in the app’s menu.

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