From cc3145a55fe74684eeba5d860c595492b3090df1 Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 22 Jun 2026 09:24:21 -0400 Subject: [PATCH] Add README with project overview and structure --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..788b3c7 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# ae-plugins + +A collection of After Effects scripts and ScriptUI panels. + +## Structure + +| Folder | Purpose | +|--------|---------| +| `src/effects/` | Scripts that apply or modify effects on layers | +| `src/panels/` | Dockable ScriptUI panels | +| `src/shared/` | Shared utilities used across scripts | +| `docs/` | Documentation | + +## Getting Started + +See [docs/getting-started.md](docs/getting-started.md) for installation and development tips.