Hi. I'm considering which animation tool should I use.
Spine seems to be awesome tool. I'm testing the trial editor.
I have some issues I wanna solve before purchasing a license.
1) Can I export animation sequence to "separated" png files (not packed by texture packer kind of tools)?
I wanna manipulate separated png files by perl scripts by myself.
2) Can I configure output files name rule?
For example, I wanna set export file names to be <spine_file_basename><animation_tag><sequence_id 0,1,2,3,4,5,,,,,101,102>.png
3) Can I export png files of whole animation?
When a spine file includes "walk", "run", "jump" animations, can I export these animation at once?
4) Where can I learn these export functions of Spine kind of stuff?
5) Can I export png files by command line? Like "$ spine-tool export infile.spine
output-format separated-png ...." kind of stuff.
Can somebody help me?