- Edited
New skin is slightly shifted after import
- Edited
Hi, I have some difficulties in workflow.
Step1
- Create "white" skin in photoshop.
- Export it with photoshopToSpine script.
- Import it into the spine.
- Create rig and animation.
(Everything is fine.)
Step2
- Create "black" skin in photoshop.
- Export it with photoshopToSpine script.
- Import it into the spine...
=========
- Why is the "black" skin shifted by few pixels? To fix this, I need to copy rotation/x/y from "white" skin for each part. If rig consists of many parts/skins, it takes a lot of time. I mean a LOT. Is there any way to avoid this. Maybe I missed something?
- How to create a linked mesh between the "white" bicep and the "black" bicep?
Hello! When you import your step1 Json in your step1 Spine file, you'll see it is also not matching the position. This means you changed the position of the images in setup pose when you created the bones. This is due to an imprecise IK creation. If you delete the IK, you'll see the images match again.
Luckily, this is easy to fix: to create a prefectly centered IK target that won't make your bones move do as follows:
- Select the forearm bone
- Make sure that the
Parent
axis is selected - In the properties panel, hit
New>Bone
. This will create a bone exactly at the tip of the parent bone. - Reparent the new bone so that it's not a direct child of the two bones you wish to constraint. (for example, parent it to the root bone)
- Create the IK constraint!
From here importing new skins should run smoothly!
Regarding your second question: Meshes - Spine User Guide: Linked meshes
To create a linked mesh, click the blue linked mesh button in the mesh properties below the tree: Image removed due to the lack of support for HTTPS. | Show Anyway
Aha, IK, I get it.
About linked mesh. I saw this button. But I don't understand how it works in skins and text/video does not help much. I created linked mesh, renamed image path and got this
Nvm, I figured it out. I had to drag "arm black/arm" mesh inside "arm" skin placeholder while "arm black" skin is selected.