Specifically, something along the lines of:
spine.exe "Spines\Golbin.spine"
export="Data\goblin\"
json
suffix=".json"
pretty
atlas
Basically, I'd like to automate that export window. Right now we have around 25 separate spine files, and ensuring we have the latest version of each one is tedious and error prone. I can make a quick shell script that crawls through the directory and attempts to build each spine file it finds, however I would require spine to take in command line parameters.
Furthermore, I don't care if it takes 30s+ to run the command due to loading.
P.S. Thanks for the tool, and keep up the amazing work!