This project is wrapper library of AfterEffects SDK. Making to optimize development creating plug-ins.
It is intended for use with Windows Visual Studio, but should work on macOS as well. Note that GPU processing of Metal is not supported.
The producer's development environment is as follows:
- Windows 10
- Microsoft Visual Studio 2019
- October 2021 After Effects SDK Windows
-
Download AfterEffects SDK.
-
Open
AfterEffectsSDK/Examples/
directory. -
Clone this repository:
> git clone https://github.com/tqcto/TKUM.git
-
Open the SDK project in Visual Studio.
-
Go to the Solution Explorer.
-
Add the C++ file:
AfterEffectsSDK/Examples/Headers/AEFX_SuiteHandlerTemplate.cpp
-
Go to
General
inC/C++
property page. -
Add the following paths to
Additional Include Directories
:
..\..\..\TKUM
- Include a
TKUM.h
in project header file.
Remember to add section 8 path for both Debug and Release!!