• Editor
  • Announcement: New Krita export plugin for Spine

Hello,
Is there any chance that the plugin will support skins soon ?

Thank you very much ! 🙂

Related Discussions
...
2 года спустя

Hi. I have just started using Spine. But this plugin doesn't work with Krita 5.2.2, so I made a fix. I didn't delve into the results, so please let me know if you have any problems. I used the version DanStout/KritaToSpine which can work with [Skin] tag. I open a pull request, but now the patched version can be downloaded from my repository Savidiy/KritaToSpinetree/master.

    Hello Savidiy

    I'm glad to see that people still need to use this feature 🙂
    I don't have so much time to try it, but thank you for the upload. I'll give a feedback when I use it

    have a nice day 🙂

    Savidiy Hi. Your repo seems to be private. Or at the very least, the link leads to 404.

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

      Savidiy It's working now and thank you for getting it up to date. Skin and merge support is pretty big. I wasn't aware it's available somewhere else other than Photoshop.

      15 дней спустя

      I've added a few improvements for exporting:

      The selected width and height is saved.

      When merging the pass-through checkbox is unchecked (in my case it fix black exported image)

      The layer blending is passed to spine for Normal, Additive, Multiply and Screen variants.

      • T.Fly() ответили на это сообщение.
      • T.Fly() и Luke оценили это.

        Savidiy Would you be interested to do a pull request for spine scripts repo? EsotericSoftware/spine-scripts

        More people should know they are not forced into the Adobe ecosystem to get all the relevant parts of the PhotoshopToSpine script functionality since no other script on there supports those features.

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

          BTW, we are working on having the Spine editor process a PSD file itself. Most image editing software can write the PSD format, so this will break us free from the nasty Adobe products. We already have this working but it isn't finished. It will be in 4.3 for sure, but maybe it can make it into 4.2.

          6 дней спустя

          T.Fly()
          Sorry, but I'm not ready to take on the responsibility of maintaining the plugin in the official repository. Especially if they make support for PSD files it may become irrelevant.

          3 месяца спустя

          Just wanted to say I'm using this at the moment because it's true Spine is now able to import PSD directly, but it will take time before all projects and runtime in the world catch up with the newer versions.
          For example, I'm working on a Pixi project that forces us to stay with 4.1.

          This Krita tool works well and just lacks a few things here and there to be simply perfect.
          Namely:

          • support all remaining tags like [scale:...]
          • letting user decide the name of the json
          • basically all the features missing compared to the PS to Spine script.

          Excellent job nonetheless 💝

          месяц спустя

          Hey everyone,

          I've been working on integrating Krita with Spine and wanted to share a modification I made to the script to ensure compatibility with newer versions of Krita. I've added a couple of import statements for the 'json' and 're' modules that were missing in the original script. These changes help the script run smoothly on the latest Krita versions.

          Feel free to use and adapt the code as needed for your projects!

          Happy animating! 🎨✨

          LordVaali/krita-unofficial-spine-export-Updated_2024