Technical Artist Reel
Featured Projects
Cylinder Grid Tool
The Cylinder Grid tool enhances the process of gridding out the cap ends of a cylinder in Maya. The faces of a model should consistently represent a quad for efficient work flow during the animation pipeline. By automating the conversion of triangular faces to quads, this tool eliminates the hassle of manually adjusting vertices and ensures a more efficient and streamlined workflow.
Autodesk Maya, Python, PySide2
Animation Transfer Tool
While still a work in progress, the Animation Transfer tool offers a solution for preserving and transferring animation data between character models in Maya. Whether users encounter rigging issues or simply wish to transfer animations to identical character models, this tool simplifies the process and prevents any loss of valuable work.
Autodesk Maya, Python, PySide2
Procedural Marble Shader
I utilized node-based shaders to procedurally generate cracks and blend shaders together. Using a stucco, an aiStandardSurface, and multiple aiRange nodes, I generated a pattern for the cracks while controlling the contrast, depth, and displacement. I blended all the shaders together using an aiMixShader node, where the procedural cracks served as the blend mask for the gold and marble shaders.
Autodesk Maya, Arnold
Server-Based Chat
This program defines a server that monitors the UDP and TCP protocols for incoming messages. After successfully authenticating the user via a challenge-response system using a UDP connection, it then establishes a TCP connection with the clients. The server then broadcasts any received messages to all connected clients.
Python
Procedural Snow Shader
Through a node-based approach, I blended two fractal texture nodes of varying depths - one soft and one rigid - using an aiMixShader node, I achieved a perfect medium that dynamically adapts to 3D geometry. The shader accurately simulates light interaction, elevating the visual appeal of the snow surface.
Autodesk Maya, Arnold