I just released the “OpenSCAD to Spritesheet” workflow I created for Daily Driver: github.com/gingerbeardman/openscad-spritesheet It’s a Frankenstein mish-mash of a Makefile and several shell scripts that evolved over many months/years. Initial rendering is done using OpenSCAD, and post-processing is done using ImageMagick. Model poses and rendering variations are controlled by variables in either the shell script or passed through to the model. The whole process is optimised to do as m...