Tools

Asteroid Generator (Blender)

Using Geometry Nodes and procedural texturing, the user can generate any number of different rock types by simply adjusting the dimension values or seed. UVs are generated also which allows for baking the texture down in a later version.​

Create Project Structure (Unreal Engine | C++)

A C++ plugin for Unreal Engine that allows a folder structure to be created at the press of a toolbar button. This is a personal use case and the folder values are hardcoded to my requirements however there are ways to expand to allow user selection (if the same structure is going to be used for every project).

Lego Brick Generator

Using Blender and Geometry Nodes, the user can generate bricks which will procedurally be created based on size.

Stage Tool

I use this for nearly every product render which produces a nice, smooth horizon line fade. Written in Python and allows for subsurface toggling, bevel toggle as well as scale settings.

Quick Render (Blender)

A Python script tool that gathers the render settings I most use into a single operator. Reduced for this demo, but very simple to add new options.

CSV to JSON

I needed a way to have the CSV file generated by Unreal performance insights uTrace to be JSON and therefore wrote a converter script in Python.

Scene Stats (Unreal Engine | C++)

A C++ plugin that will go through the scene and log the polygon and vertex count for every static mesh in the scene. It will color highlight anything over a set value (2k in this example).

ReverseRGB node (Unreal Engine | C++)

A C++ plugin that will create a material editor node and will reverse each of the values of a provided const vector 3.