Color by Scale – Cinema 4D Mograph Trick
Here is a quick trick to colorize mograph cloner objects by their scale.
Here is a quick trick to colorize mograph cloner objects by their scale.
System Environment Diagnostic and GPU Information Script This Python script provides a comprehensive overview of the system environment. It displays the Python version, PyTorch details (if installed), the maximum supported CUDA version from nvidia-smi, the installed CUDA Toolkit version (using nvcc), the NVIDIA driver version, and detailed GPU diagnostics such as memory usage and temperatures.…
The Equal Distance Points Generator is a powerful Adobe Illustrator script that redraws selected paths with evenly spaced points while intelligently preserving the original path structure. It solves the common problem of uneven point distribution in vector paths, allowing for more consistent editing and effects. Whether working with geometric shapes like rectangles and squares or…
This Cinema 4D Python Effector Script is generating random walker splines on selected geometries.
This script allows you to rename all artboard names at once in Adobe Illustrator. With this script, you can replace, add, or modify the numbering and text of your artboard names. It also supports regular expressions for advanced renaming options.
Enter a path or click “Browse” to select a folderClick “Scan” to start the processWatch the progress bar as it scansView the results with creation and modification datesSelect multiple folders (Ctrl+click or Shift+click)Delete using either the “Delete Selected” button or right-click context menu
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 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…
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…
Advanced Formula Usage in Cinema 4D Cinema 4D offers a powerful way to perform complex calculations and transformations by allowing you to enter formulas in any field that accepts numerical values. Whether you are working with the Formula spline primitive, Formula deformer, or any numerical parameters in the Attribute Manager, understanding the range of units,…