Maya: Camera, Rigging, Animation, & Billboards

This technical challenge, involved foliage Billboard assets not orienting to the Camera.
The source of the issue was because the Billboard’s only getting Orient Constrained to the Camera node, I had to consider anything an artist could use to manipulate the Camera World Space translations.

In order to solve the challenge and accommodate artist workflows in a non-destructive manner, I consolidated the translate values of the Camera and all controls that could drive it with floatMath nodes into a single transform node.
From this point I could reliably Orient Constrain the Billboards to the placeholder. As a result, this gave artists the functionality to safely manipulate the Camera node and/or controls with Billboards orienting properly towards the Camera.

Python Poly Color Changer

I was tasked with developing a tool that utilized sliders to change the selected object based on the RGB values. It can even change the colors of selected faces.

Python Solar System Generator

I was tasked to develop a tool to: create a Sun at origin, c number of planets and moons at a random location. The moons are parented to the planets and the planets to the Sun. The animations are handled through expressions on the Sun and it’s planets.

Python Delete Random Faces

Tasked to write a script gets the total number of faces, picks faces at random, and stores them into a list to be deleted.