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.
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).
Using Blender and Geometry Nodes, the user can generate bricks which will procedurally be created based on size.
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.
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.
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).
A C++ plugin that will create a material editor node and will reverse each of the values of a provided const vector 3.