After Effects plug-in that comes with Zoom script for Ae. The plug-in adds support for custom key bindings that can change zoom value of the active viewer.
This plug-in is intended to be used together with Zoom script. You can add key bindings only using the script. The plugin will only read existing key bindings added by the script.
Clone the repository:
git clone https://github.com/QuisPic/ae-zoom-plugin.git
Open the repository folder in terminal and run:
cmake -S . -B build
cmake --build build --config Debug
To build release version run:
cmake -S . -B build
cmake --build build --config Release
After that the plug-in can be found in ./build/Debug/Zoom.aex or ./build/Release/Zoom.aex
Open CMakeLists.txt using Visual Studio's built-in support for opening CMake projects and build.
Open the repository folder in terminal and run:
cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug
cmake --build build
To build release version run:
cmake -S . -B build -D CMAKE_BUILD_TYPE=Release
cmake --build build
After that the plug-in can be found in ./build/Zoom.plugin
Generate XCode project via Terminal using CMake
mkdir build
cd build
cmake -GXcode ..
Via Zoom script
Download the release version of the script and run it in After Effects. In the script panel, click Settings (⋮) -> "Key Bindings...". A new window will pop up, follow the installation instructions at the top of the window.
Copy the plug-in file to:
Windows: C:\Program Files\Adobe\Adobe After Effects [version]\Support Files\Plug-ins\
macOS: /Applications/Adobe After Effects [version]/Plug-ins/