Marmoset Toolbag AutoBaker - Python GUI

Realizing my bake setup has been essentially the same for the past unknown number of bakes, and also as an excuse to practice building a functional tool in Python, I built this GUI that interacts with the Marmoset Toolbag API. It the sends the commands over to build the scene, uses quick loader to import meshes, saves the scene, and bakes maps to a unified directory. For more complicated bakes, I would expect to have to wait until the scene opens and ensure the cages and skew meshes work properly anyway, so for this reason I decided to keep the GUI basic and quick.