System Environment Diagnostic and GPU Information Script

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.…

Redraw Path with Equal Distanced Points

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…

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…