I can't seem to use the CLI to set the bone scaling when importing a json into a spine (like I set it when importing in the editor).
Looking at the documentation I notice the -s
parameter but he doesn't work.
I tried the following command
Spine -i "path\skeleton.skel" -o "path\skeleton.spine" -r -s 0.55
Doesn't seem to be working correctly.
I now have a bunch of json files with incorrect scaling, and I want to batch export them as sequence frames, unfortunately the incorrect scaling causes the exported sequence frames to be incorrect as well, is there a way to fix them?