Skip to content

Commit a5c5c50

Browse files
authored
Merge pull request #8 from docsforadobe/colombo/26.0-release
Update docs for AE 26.0 release
2 parents cd035ca + b78914d commit a5c5c50

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/introduction/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ What's new and changed for expressions?
44

55
---
66

7-
## [After Effects 26.0 (Beta)](https://helpx.adobe.com/after-effects/using/whats-new.html) (November 2025)
7+
## [After Effects 26.0](https://helpx.adobe.com/after-effects/using/whats-new.html) (January 2026)
88

99
- Added: Expression access to variable font axes through text animators
1010
- Added: [Variable Font Axes](../text/variable-fonts.md) - Access variable font axes (Weight, Width, Slant, etc.) via `text.animator("Animator Name").property.fontAxis[Tag]`

docs/objects/dropdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This category contains information relating to dropdown menu properties.
44

55
!!! note
6-
These APIs were added in After Effects (Beta) 26.0 and are subject to change while they remain in Beta.
6+
These APIs were added in After Effects 26.0.
77

88
In expressions, the `.value` of a dropdown menu is returned as an index (a number). This is true of both customized Menu properties of Dropdown Menu Controls and dropdown menus of other effects and layers. **The strings in dropdown menu properties of effects and layers are also accessible via the properties/methods below.**
99

docs/objects/property.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ twoSecondKey.value;
341341
`thisLayer.position.nextKey(time)`
342342

343343
!!! note
344-
This functionality was added in After Effects (Beta) 26.0 and is subject to change while it remains in Beta.
344+
This functionality was added in After Effects 26.0.
345345

346346
#### Description
347347

@@ -366,7 +366,7 @@ Key or MarkerKey
366366
`thisLayer.position.previousKey(time)`
367367

368368
!!! note
369-
This functionality was added in After Effects (Beta) 26.0 and is subject to change while it remains in Beta.
369+
This functionality was added in After Effects 26.0.
370370

371371
#### Description
372372

docs/text/variable-fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`text.animator("Animator Name").property.fontAxis[Tag]`
44

55
!!! note
6-
This functionality was added in After Effects (Beta) 26.0 and is subject to change while it remains in Beta.
6+
This functionality was added in After Effects 26.0.
77

88
Variable font axes can be accessed in expressions through Text Animator groups. Each added axis is accessed using the pattern `fontAxis[Tag]` where `Tag` is the **4-character axis tag**.
99

0 commit comments

Comments
 (0)