Skip to content

QuisPic/ae-zoom-plugin

Repository files navigation

Zoom Plug-in for After Effects

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.

Please note

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.

Dependencies

Building

Clone the repository: git clone https://github.com/QuisPic/ae-zoom-plugin.git

Windows

CMake

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

Visual Studio

Open CMakeLists.txt using Visual Studio's built-in support for opening CMake projects and build.

macOS

CMake

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

XCode

Generate XCode project via Terminal using CMake

mkdir build
cd build
cmake -GXcode ..

Installation

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.

Manually

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors