Skip to content

UXP Message #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Premiere Pro provides an ExtendScript-based API, allowing for broad control of t

Adobe wants your integration to succeed; please don't hesitate to [contact us](mailto:dmcsween@adobe.com?subject=API_Question_From_Docs) with questions, problems, or feature requests.

## 3rd Party Scripting is Moving to UXP

Before you go any further, though, know that Adobe is moving away from Extendscript, and to UXP - Unified Extensibility Platform. The API and a sample panel can be found here [Premiere Pro UXP API] (https://developer.adobe.com/premiere-pro/uxp/)

Although Extendscript will be supported at least through the end of 2025, no updates will be made to the API.
## Navigating the Guide

If you're not sure where to start, take a look at the [Overview](./introduction/extendscript-overview.md) for how scripting works in Premiere Pro, or the [Changelog](./introduction/changelog.md) for updates to the scripting API over time.
Expand Down