• Editor
  • [Feature Request] Command line parameters to export files

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!

Related Discussions
...

This would be nice, though I don't know when I'll be able to get to it.

16 jours plus tard

I am using the spine, each time I need export data by my hand.
I hope to write a script to process each .spine file to automatic export, but I can not find a way to use command line.
It really necessary.