Water Filling Expression for After Effects

Creating Realistic Water Fill Effects in After Effects with Expressions Introduction Creating realistic liquid animations can be challenging, especially when you need dynamic, adjustable water filling effects. While there are plugins available for this purpose, you can actually achieve a professional-looking water fill effect using expressions directly in After Effects. In this tutorial, I’ll share…

Script Launcher – Fully Responsive After Effects Panel

Script Launcher is a fully responsive and customizable ScriptUI panel for Adobe After Effects, designed to streamline your workflow by letting you launch your favorite scripts with a single click. Whether you’re a motion designer, VFX artist, or AE power user, this panel automatically detects .js, .jsx, and .jsxbin files in its dedicated Scripts folder…

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…

Resize Composition to Selected Layers – After Effects Script

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…