Bill Gates allegedly once said, “I will always choose a lazy person to do a difficult job because a lazy person will find an easy way to do it.”
While I might not subscribe to that idea for everything, this is why I learned to automate my workflow in Maxscript and Python. Having to perform the same repeated tasks hundreds of times a day takes away critical time from human work, like being creative. I constantly try to optimize my workflow the best that I can through automations to ensure that I spend as little time as possible doing things a script can do for me so I can focus on the important things. Over time, this has evolved into creating custom plugins and scripts myself for my entire workflow throughout different software in my pipeline.
My main tool I work with is Python. I used Maxscript for a while, until I started working with Cinema 4D instead, and 3Ds Max has since adopted Python as well. Python is a great tool as it is natively supported in many programs and APIs and has very broad compatibility due to its many modules.
Since I work a lot with bulk rendering and large systems, it’s important for me to create robust scripts and automations that work dependently with minimal human input. When working with large systems, this is critical both to save time and to minimize human errors.
Loving nerdy stuff, tech, and automations, combined with being a fast learner, I often throw myself into new coding projects with no experience and only a goal in mind. I learn by doing until I end up with something usable. I started doing an online computer science course until I remembered how much I disliked school and just went back to learning by doing.
Examples of some automations I have created throughout the years:
C4D, Deadline, Python, Flask, FFMPEG, PIM Database, Youtube API
Automatically render 360 product animations, assemble and export the video, pull product data from a PIM database, and upload to Youtube with correct product data, using an approved Youtube API application on a Flask server.
C4D, Deadline, Python, Google Vision API
Automatically add assets to an asset library, sorting the file systems and optimizing textures. Render asset previews by zooming the camera to fit the asset and tagging them with AI generated tags.
3Ds Max, Maxscript, Backburner
Automatically generate thousands of custom renders based on user model and color inputs on a webpage, submit them to Backburner, and send the renders to the user.