Page 1 of 1

JSON output

Posted: Thu Jun 16, 2016 6:27 pm
by Gnaws
I've read that ASP offers " JSON file format support". Am I wrong in assuming this means ASP can output JSON files? I ask because I'd prefer to use ASP instead of Spine for my game animations. I can find no reference to JSON in the Help documentation.

Re: JSON output

Posted: Fri Jun 17, 2016 12:20 am
by obtusity
As of version 11, the main project file (Anime Studio's internal format, .anime) is now a zipped JSON file, it's not a separate export.

See this thread for a link to the official format documentation with some example code in Python for working with the new format (if you don't program in Python, think of it as detailed pseudocode).

Some more Python examples and documentation in in this thread.

Re: JSON output

Posted: Fri Jun 17, 2016 1:51 am
by Gnaws
Hmmm. Not at all what I was hoping for. But thank you for the clarification.

Re: JSON output

Posted: Fri Jun 17, 2016 8:08 pm
by ernpchan
Submit a feature request. If this is important for exporting animation to other programs then it is worth the developers to look into it.

Re: JSON output

Posted: Sat Jun 18, 2016 1:14 am
by synthsin75
I think there's a python script or something out there to convert FBX to JSON, and AS already exports FBX.