Procedural Rigging #
At several studios I’ve developed in-house procedural rigging pipelines similar in structure to my opensource Mpyr, as well as using HIK in Maya and Motionbuilder.
These systems were used to rig many characters across many productions for Blizzard Cinematics, as well as most of the creatures in Starfield.

I’ve also created mocap loading, animation export, outsource ingest and batch tools, and a host of other tools mainly written in Python and using PyQt. At Blizzard I was heavily involved in automated caching and publishing of offline data to feed Renderman, at Bethesda I was involved in pipeline support for a variety of standalone tools and other DCCs including 3dsmax, MotionBuilder, Perforce, Substance Designer, and Blender.
Tools #
FBX #
I’m familiar with both MotionBuilder scripting and using the FBX API. At Bethesda I created a suite of ingest, loading, and publish tools to move FBX data into and out of the animation pipeline. I also used the FBX API to create audit tools that were used to scan the vast source data set and find a variety of issues, from un-optimized skin weight to incomplete morph data. I also created various tools and utilities to query and edit fbx files directly, allowing automated tools to find, fix, and prevent issues without ever manually opening a DCC.
PyQt #
Over the years I’ve written quite a few tools using the Qt/PyQt framework. The “UV Trim Tool” allowed fast placement of re-usable kit textures called “trims”, and made heavy use of QGraphicsScene. Over the years I’ve made hundreds of rigging tools, animation tools, and standalone studio apps used PyQt and Model/View design patterns.

Crowds #

Plugins #
Sometimes the best solution is a custom plugin written in Python or C++.


Curve Rigging #
This simple, standalone tool was created for a freelance job rigging cable-driven medical equipment. It creates a flexible, rigged curve setup useful for cables, ropes, and even spines (with some adaptation). A variant of this setup was used to rig dragon tails, hydralisks, heat-leeches, and more.
A tool to rig curves in Maya, including a simple UI. Creates a rigged joint chain (and optionally binds in several ways), with a flexible rig that works for cables, snakes, spines, etc.
Computer Vision #
At Bethesda I created image analysis and clustering tools to identify duplicate texture data, as well as a standalone PyQt “Photos” app style UI that helped artists to quickly “de-duplicate” almost 20% of the texture data set based on perceptual analysis of texture data. I also used OpenCV to identify problematic texture features, as well as generate coverage data for a large amount of “decal” textures.
More details on this available here: