Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.16 KB

Takt Utility Manager

license

This project is wrapper library of AfterEffects SDK. Making to optimize development creating plug-ins.

Operating environment

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

How to use

  1. Download AfterEffects SDK.

  2. Open AfterEffectsSDK/Examples/ directory.

  3. Clone this repository:

> git clone https://github.com/tqcto/TKUM.git
  1. Open the SDK project in Visual Studio.

  2. Go to the Solution Explorer.

  3. Add the C++ file:

AfterEffectsSDK/Examples/Headers/AEFX_SuiteHandlerTemplate.cpp
  1. Go to General in C/C++ property page.

  2. Add the following paths to Additional Include Directories:

..\..\..\TKUM
  1. Include a TKUM.h in project header file.

Remember to add section 8 path for both Debug and Release!!