Hi ! I found a bug I think:
When I export a spine file to a JSON file via the command line, the bounding box array for bounding boxes is too long: it's filled with zeros. (Looks like it pre allocs the array and exports the size regardless of how many points the polygon actually has)
This does not happen when I export the same file manually. The issue only happens when exporting via the command line [spine.com
input bb_bug.spine
output .\output
export .\cmd_line_config.json ]
See this diff:
Loading Image
Also see attached zip for the source files, config json and output files.