Skip to content

Commit d70d6a8

Browse files
Update SDK for After Effects 25.2
The PR updates the Revision History and What's New for the 25.2 release of After Effects, currently in Beta. As noted in the changes below, the AEGP_GetLayerObjectType can now return AEGP_ObjectType_3D_MODEL if the object type is a 3D model.
2 parents 2e4cfe9 + cb47e39 commit d70d6a8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: docs/history.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Revision Date | Documentor | Notes |
44
| ---------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5+
| 24 Feb 2025 | Sean Jenkin | 25.2 SDK Release - AEGP_GetLayerObjectType can now return AEGP_ObjectType_3D_MODEL if the object type is a 3D model |
56
| 5 May 2023 | Jason Bartell | Update Color Settings suite to AEGP_ColorSettingsSuite5 with new OCIO calls, and added URL property to the PiPL. See [AEGP_ColorSettingsSuite5](aegps/aegp-suites.md#aegp_colorsettingssuite5) and [PiPL Resources](intro/pipl-resources.md) respectively for more details. |
67
| 18 October 2022 | Field Kuang | Update layer suite to AEGP_LayerSuite9 with 3 new Track Matte methods. See [AEGP_LayerSuite9](aegps/aegp-suites.md#aegp_layersuite9) for more details |
78
| 26 October 2021 | Sean Jenkin | After Effects 2022 (22.0) release. Updates the maxiumum threads for PF_Iterate. |

Diff for: docs/intro/whats-new.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ If this is your first time developing an After Effects plug-in, you can skip the
44

55
---
66

7+
## What's New In the 25.2 SDK
8+
9+
As part of AEGP_LayerSuite9, AEGP_GetLayerObjectType can now return AEGP_ObjectType_3D_MODEL if the object type is a 3D model.
10+
11+
---
12+
713
## What's New In After Effects 2022
814

915
After Effects 2022 contains the first full public release with Multi-Frame Rendering support. The associated AE Effects SDK released in October 2021 includes one change for increasing the maximum number of PF_Iterate threads.

0 commit comments

Comments
 (0)