Skip to content

Adobe After Effects Releases

0.4.3 (2025-10-21)

Features

  • Ignore Missing Dependencies (#212) (844fd24)

Bug Fixes

  • fix fallback script regex to only strip leading and trailing whitespace instead of all whitespace (#261) (bc8787b)
  • improve get_user_fonts.py script and refactored file existence validation to minimize popups (#260) (01c66a9)
  • bug fix for valid fonts not being collected (#259) (3623190)
  • aggregate font errors into single popup for submission (#257) (3f91674)
  • sanitize parameter names to comply with open-jd specification (#254) (cfb6a4a)
  • update generatePrettyName as well to be consistent to replace special characters (cfb6a4a)
  • moved font search logic to get_user_fonts.py to permanently prevent JSON size overflow issues that crashes After Effects (#252) (a259316)
  • Only the first frame from an image sequence gets included in Job Attachments (#214) (646e1e5)

View on GitHub


0.4.2 (2025-08-20)

Bug Fixes

  • fix regression of repeated popups due to unsupported AE version (#239) (480e904)

View on GitHub


0.4.1 (2025-08-19)

Bug Fixes

  • resolves issue in saveStringMetadata function involving incorrect variable usage (#237) (a5581a7)

View on GitHub


0.4.0 (2025-08-13)

Features

  • Support multiple composition submissions in one job (#207) (1e31f89)

Bug Fixes

  • resolve security risk with regex by removing greedy matching pattern (#235) (16a3420)

View on GitHub


0.3.1 (2025-07-29)

Bug Fixes

  • update start and end frame to reflect frame numbers accurately (#228) (329b5b1)

View on GitHub


0.3.0 (2025-07-15)

Features

  • add timeout checkbox for customers to set a timeout number for openjd (#224) (307809c)

Bug Fixes

  • change the error handling for aerender cmd to fail the task when the aerender Error gets thrown (#223) (2d06a57)

View on GitHub


Bug Fixes

  • added missing build changes to DeadlineCloudSubmitter.jsx (#220) (5843506)
  • refactor SUPPORTED_VERSIONS const declaration and add ignore warning functionality for version mismatch (#216) (1606c82)

View on GitHub


Bug Fixes

  • including setting minor version for CondaPackages field and added version mismatch warnings (#204) (17dfb3e)

View on GitHub


Bug Fixes

fix: repaired getTempFolder() function logic (https://github.com/aws-deadline/deadline-cloud-for-after-effects/pull/197)

View on GitHub


Features

  • New Utils function to check temp folder perms before writing temp files (#192) (15fcf81)

View on GitHub


Features

  • add support for After Effects submitter user install on Mac & Windows (#187) (2b25671)

Important Note

This feature will set a new default path for user installs of the AE submitter in Windows when installed with the submitter installer, which includes the DeadlineCloudSubmitter.jsx and DeadlineCloudSubmitter_Assets folder containing other submitter files.

As a result, this provides proper user install behavior on Windows by ensuring that customers doing a user install for the AE submitter will no longer need Admin credentials. However, this means the submitter is being stored in a different file location. For more information on how to find and run the AE submitter with user install, please consult our README.md for further guidance.

View on GitHub


Features

  • added macOS installer support for After Effects with updated unit tests (#154) (b131151)
  • adding support to use multi-frame rendering and improving submitter settings input behavior (#148) (2ef8f77)
  • disable "Frames Per Task" textbox if selected composition is not an image sequence (#131) (a64fa2f)

Bug Fixes

  • added Python validation check on job submission (#162) (76e3e4f)
  • revert switching Deadline CLI from Terminal window call to shell script call to avoid Terminal window popup on Mac (#161) (e70ea64)
  • switch Deadline CLI from Terminal window call to shell script call to avoid Terminal window popup on Mac (#159) (7e47520)
  • fixed pipeline installer script to call correct hatch command (#155) (658cc9c)
  • defined default height and width of submitter panel (#146) (5bd8c8d)
  • in macOS make GUI submitter independent on AE submitter to allow end users to keep using AE during assets upload (#139) (d2d425e)
  • add submitter-name After Effects to auto-close GUI submitter after submission (#138) (cb3e9dc)
  • fixed getPythonExecutable() function for submitter on MacOS (#128) (7220c72)

View on GitHub


0.2.1 (2025-02-04)

Bug Fixes

  • better error handling for deadline cli call (#126) (5049e69)

View on GitHub


0.2.0 (2025-02-03)

BREAKING CHANGES

  • new dockable AE submitter with custom font and image sequence chunking (#106) (a0dbcb2)

Bug Fixes

  • added UTF-8 file encoding support on all files written to or read from (#116) (fd751d4)

View on GitHub


0.1.2 (2024-05-22)

Bug Fixes

  • move ae_adaptor and ae_submitter into deadline namespace package, and fix \P invalid syntax in jsxbundler on windows (#32) (6c01fc9)

View on GitHub


0.1.1 (2024-05-01)

Dependencies

  • Update deadline requirement from ==0.47. to ==0.48. (#25) (7a63cde)

View on GitHub


0.1.0 (2024-04-02)

BREAKING CHANGES

View on GitHub


0.0.2 (2024-03-26)

CI

  • updating patch version to resolve a build failure

View on GitHub


v0.0.1 (2024-03-26)

Features

  • initial integration (#1) (4f9b21c)

View on GitHub