Skip to content

Version 3.9.10.0 Released

Compare
Choose a tag to compare
@otomad otomad released this 10 Sep 07:34

How to Install

om midi

The Scripts\ScriptUI Panels folder located in the After Effects installation directory.

(ie. C:\Program Files\Adobe\Adobe After Effects 2022\Scripts\ScriptUI Panels)

om utils

There are two ways to import:

  1. Placed in the same directory as the aep project.
    • Prepend to expressions:
$.evalFile(thisProject.fullPath.replace(/\\[^\\]*$/, "\\om_utils.jsx"));
  1. Placed anywhere, and then add to AE project.
    • Prepend to expressions:
footage("om_utils.jsx").sourceData;

ease in 100%

ease_in_100%.jsx is a simple script that applies 100% ease in to the selected key frame. Click the script to take effect immediately. There is no graphical interface. And the full version is attached in om midi. It will not be included in the next release.

The Scripts folder located in the After Effects installation directory.

(ie. C:\Program Files\Adobe\Adobe After Effects 2022\Scripts)

Update Logs