diff --git a/README.md b/README.md index d95e634..e7ae959 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ -[![VFX Platform](https://img.shields.io/badge/vfxplatform-2025%20%7C%202024%20%7C%202023%20%7C%202022-blue.svg)](http://www.vfxplatform.com/) -[![Python](https://img.shields.io/badge/python-3.11%20%7C%203.10%20%7C%203.9-blue.svg)](https://www.python.org/) +# Toolkit Engine for Adobe After Effects + +![Supported After Effects versions: 2022 (v22) - 2025 (v25)](https://img.shields.io/badge/After_Effects-2022_%28v22%29_--_2025_%28v25%29-blue "Supported After Effects versions") +[![Supported VFX Platform: 2022 - 2025](https://img.shields.io/badge/VFX_Platform-2025_|_2024_|_2023_|_2022-blue)](http://www.vfxplatform.com/ "Supported VFX Platform") +[![Supported Python versions: 3.9 - 3.11](https://img.shields.io/badge/Python-3.11_|_3.10_|_3.9-blue?logo=python&logoColor=f5f5f5)](https://www.python.org/ "Supported Python versions") + [![Build Status](https://dev.azure.com/shotgun-ecosystem/Toolkit/_apis/build/status/Engines/tk-aftereffects?branchName=master)](https://dev.azure.com/shotgun-ecosystem/Toolkit/_build/latest?definitionId=70&branchName=master) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Linting](https://img.shields.io/badge/PEP8%20by-Hound%20CI-a873d1.svg)](https://houndci.com) diff --git a/engine.py b/engine.py index aaa7e8c..d5bd145 100644 --- a/engine.py +++ b/engine.py @@ -84,6 +84,9 @@ class AfterEffectsEngine(sgtk.platform.Engine): 22: "2022", 23: "2023", 24: "2024", + 25: "2025", + # FIXME - this mechanism creates unknown versions when users launch new + # versions of AE that are not defined here yet... } __IS_SEQUENCE_REGEX = re.compile("[\[]?([#@]+|[%]0\dd)[\]]?")