-
Notifications
You must be signed in to change notification settings - Fork 2
Installing from .exe (RECOMMENDED)
Trenton edited this page Dec 23, 2023
·
2 revisions
A System with After Effects 2022 or above. A System running Windows 10/11, x64. Everything else is handled during install.
-
Locate the
PSC.exe
Installer, found (here)[https://github.com/Trentonom0r3/PyShiftAE/blob/main/dist/PSC.exe). -
Run the Installer. It will walk you through the process and help set everything up for you.
- The Installer shows an initial default location for your effects. You need to ensure that version # and path match your location.
- Outside of version # and drive, nothing else should be different.
- Full Path Typically at:
C:\Program Files\Adobe\Adobe After Effects 2023\Support Files\Plug-ins\Effects
- Full Path Typically at:
- Outside of version # and drive, nothing else should be different.
- The Installer shows an initial default location for your effects. You need to ensure that version # and path match your location.
-
Follow the Rest of the steps in the installer.
- The Installer will place the .aex file into the correct location, and check if you have
Python3.11
onPATH
. - If python is not on
PATH
, it will be installed for you.
- The Installer will place the .aex file into the correct location, and check if you have
-
Once the Installer has finalized, provided all paths were provided correctly, you will be set up to use
PyShiftAE
!.- To verify your install, check the presence of the
.aex
file in the effects folder. - Open After Effects. You should see new options:
-
File
->Run Script (.py)
-
Window
->Python Console
-
- To verify your install, check the presence of the
You're ready to go!
- Check out the API Docs to get started writing scripts.
- You can use any python libraries within
PyShiftAE
.