After Effects Tutorials & Tips

Remove All Expressions – After Effects Script

This After Effects script thoroughly cleans your project by automatically removing all expressions from every layer and property within your compositions. It recursively scans through property groups, ensuring that even nested expressions are eliminated. With built-in error handling and detailed logging, the script not only reports the total number of expressions removed but also provides…

Exploring the Property Tree in Adobe After Effects Using ExtendScript

When working with Adobe After Effects, you may need to identify property names for specific elements within a layer. This can be a crucial step in scripting and automation. The following script provides a way to recursively walk through the property chain of selected layer(s) and outputs the match names and display names directly to…

Resize Composition to Selected Layers in After Effects

When working with Adobe After Effects, you may sometimes need to resize a composition to match the bounding box of selected layers and center them within the resized composition. Performing this manually can be time-consuming, especially in projects with multiple layers. This script automates the entire process, making your workflow much more efficient. Script Overview…

ReTrack 2 – After Effects Plugin

Tracking motion in Adobe After Effects is an essential skill for visual effects artists, compositors, and motion designers. While After Effects offers built-in tracking tools, they often struggle with complex shots or incomplete tracking data. This is where ReTrack 2 comes in—a powerful motion tracking and editing plugin designed to rebuild, refine, and enhance existing…