Wide range of useful after effects scripts
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…
This script automates the process of creating multiple compositions in After Effects from a single template. Each line of text that you input will become its own composition. The script first validates that your project is open and then displays a user-friendly dialog for you to enter your text. It then searches your project for…
This script automates many of the repetitive tasks involved in creating transitions and setting up a composition, letting you focus on adjusting creative parameters as needed. Usage: To use the script, follow these steps:
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…
Understanding Shape Layer Match Names in Adobe After Effects Adobe After Effects uses “Match Names” as identifiers for various elements, making scripting and automation easier. Here’s a comprehensive look at the match names and their corresponding display names for different components of Shape Layers. 1. Layer The primary identifier for a Shape Layer in After…
Here is a function to convert any shape path into a bezier path. Make sure that you selected the sub path under contents. Manually Convert Parametric Shapes into a Bezier Path In this short guide, I’ll demonstrate how to effortlessly transform any Parametric Shape into a Bezier Path within Adobe After Effects. Step 1: Choose…
This script sorts all layers in a composition by their Z position, moving them into order based on their depth in 3D space. It does the following:
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…
Create any shape layer. Go to contents and expand. Delete the current shape (Ellipse and etc.) Click on the little right arrow icon next to Add. Click Path. Now expand path by clicking down arrow icon. Alt-Click on time-watch icon to create an expression. Copy and Paste the following code. Now we need to add…
Today we’re going to build an expression-driven arc stroke. Start with creating any kind of shape. For example ellipse. Now go to your shape layer and expand the contents. You can delete the Ellipse 1 path. Right next to Contents, you should see an Add option with a right arrow next to it. Now click…