• Editor
  • CLI to set the bone scaling when importing a json into a spine

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?

  • Misaki ответили на это сообщение.
    Related Discussions
    ...

    So how do I modify the json data according to the scaling? Simply changing the scaleX and scaleY to 1 doesn't seem to take effect

    KimigaiiWuyi Sorry, I have deleted Spinebot's answer because it is not helpful.

    I think you just need to modify the order in which you call -s 0.55. As far as I have tried now, the scale was applied correctly when called before -r.

    • KimigaiiWuyi ответили на это сообщение.

      Misaki it works!!!!!! Thank you very much!