- Editado
Bounding Boxes JSON Export Bug When Exporting With Cmd line
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:
Image removed due to the lack of support for HTTPS. | Show Anyway
Also see attached zip for the source files, config json and output files.
I wonder if other meshes are the same
Good find, thanks! Fixed in 3.0.13.
Other meshes were OK.