Adobe After Effects script for creating a null layer as a parent
This script is a standalone script, not a UI panel script. It can be run via the After Effects File > Run Scripts menu, or added to a bar such as AEBar.
Download the pre-built script from the Release page.
Follow these steps to get a pre-built script from the source code.
Ensure you have the following installed on your system:
- Node.js (LTS version recommended)
- pnpm (v9 or higher recommended)
Check if pnpm is active by running:
pnpm -v(If pnpm is not installed, enable it via corepack using corepack enable pnpm).
-
Clone the repository:
git clone https://github.com/azhimaworks/matchnull cd matchnull -
Install dependencies:
pnpm install
-
Build the project:
pnpm build
Your pre-built script should already be in the dist folder