• Editor
  • Can I fix Export Folder Path?

Related Discussions
...

Hi.

I have a question about JSON export.
Can I fix export folder path to the spine data's folder?

Well, I setting the export folder path manually always now.
I means, I always push [Browse] button, and choose the folder in the explorer.
But if it is possible, I want to export it same folder with spine data.

My folder constitution is like this.

========

Characters > 001 > 001.spine
        chara.atlas.txt ( exported from 001.spine )
        chara.json ( exported from 001.spine )
        chara.png ( exported from 001.spine )
002 >002.spine
        chara.atlas.txt ( exported from 002.spine )
        chara.json ( exported from 002.spine )
        chara.png ( exported from 002.spine )
003 >003.spine
chara.atlas.txt ( exported from 003.spine )
        chara.json ( exported from 003.spine )
        chara.png ( exported from 003.spine )
      …

========

(To tell the truth, I don't know the reason why the same file name is using... but an Engineer wants this folder constitution.)

I manage about 300 skeletons data now, and it is same folder constitution and file name.
So the file management is hard to me...
I should be very pleased, if there are any more easier way.

Thanks in advance.

I'm afraid that's not possible in the editor. All it can do is remember the last folder you exported to.

I would suggest something else. Your engineer can use our command line interface to write a tiny shell script to export things from the .spine project file exactly as she wants it. Please forward this link to her Export - Spine User Guide: Command line

Thank you for your reply!

All it can do is remember the last folder you exported to.
I see...

Your engineer can use our command line interface to write a tiny shell script to export things from the .spine project file exactly as she wants it.
Ohh, I didn't know this way.
I'd like to inform it to the engineer.
Thanks!