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…

Details

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…

Details

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…

Details

Simple Color Picker ScriptUI for Adobe Applications

This ScriptUI-based color picker script creates a simple user interface for selecting colors in Adobe applications. Developed by Mehmet Sensoy, the script features two color buttons that display the currently selected color with custom drawing functions. Users can click either button to open the native color picker, and the chosen color is converted to a…

Details

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…

Details

Duplicate Along Circle Script for Adobe Illustrator

This script for Adobe Illustrator automates the duplication of a selected object along a circular path. It checks if an object is selected, prompts for the number of copies, calculates the appropriate radius based on the object’s dimensions, and then creates duplicates evenly spaced and rotated along the circle. Ideal for creating radial designs quickly…

Details

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…

Details