TV Scramble Version 1.0
Drew Gillie Drew Gillie

TV Scramble Version 1.0

Looking for a new way to watch your favorite TV shows? "TV Scramble" might be just what you need. This project uses the power of Python API to generate a random episode of your favorite TV shows, bringing a whole new level of randomness to your viewing experience. With three code pieces, episodeSearch.py, seasons.py, and TVscramble.py, you can easily generate a CSV file with your own shows and their show codes, which can be used by TVScramble to generate a random episode. The project is still in development, with plans to add more features such as adding shows to the list and creating a new list that can be named. Check out the code and give "TV Scramble" a try!

Read More
Automated Hand Rigging Tool for Maya
Animation Drew Gillie Animation Drew Gillie

Automated Hand Rigging Tool for Maya

During my last fall semester as an undergraduate, I took both a Rigging class and a Scripting for Animators class. For the final project in the scripting class, we had to create a tool that could be practically used. Since it was due around the same time as my hands needed to be rigged for the other class, I decided to use it as a practical application. The tool included a window display, finger buttons, a control button, and a joints button. Despite some bugs, the tool enabled me to create a fully functioning hand with a proper folder structure. The mirroring process was the most challenging aspect of the code to get working, but I learned a lot from it. I plan to revisit the script and eventually convert it to Python.

Read More