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…

Cinema 4D Find and Replace Object Names (Regex) Script

This Cinema 4D Python script enables users to perform a find/replace operation on the names of selected objects using regular expressions. It provides an intuitive dialog interface to input the regex pattern (“Find”) and replacement text (“Replace with”), along with an option to toggle case sensitivity. The script processes all selected objects (including children), updating…

Cinema 4D Parent/Child Object Renamer Python Script

This Cinema 4D Python script automates the renaming process by leveraging an object’s hierarchy. It provides a user-friendly dialog that allows you to choose between two renaming modes: renaming parent objects using the name of their immediate first child, or renaming child objects to match their parent’s name. The script also supports additional customizations, including…

Create an Arc with Specified Number of Anchor Points – Illustrator Script

This Adobe Illustrator script creates a smooth arc with a specified number of anchor points. It features an integrated ScriptUI dialog that allows users to input parameters such as the number of anchor points, radius, start angle, and end angle. The script centers the arc within the active document’s artboard and calculates smooth in/out handles…

Advanced Layer Renamer with Dynamic Token Replacement – Photoshop Script

The Advanced Layer Renamer with Dynamic Token Replacement is a powerful Photoshop automation tool designed for professionals who need precise control over layer naming. By leveraging dynamic tokens and customizable keywords, this script allows users to rename layers based on document properties, layer attributes, date information, and sequential numbering. The script gathers essential data such…

Nested Group Ungrouper & Empty Group Remover – Photoshop Script

This Photoshop script is designed to streamline your layer organization workflow by automatically ungrouping all nested groups within a selected group and deleting any empty groups that remain. When you have complex documents with deeply nested layer structures, managing and cleaning up your layers can become cumbersome. This script recursively searches through the selected group,…