• Editor
  • Replace Weights to another bone

Related Discussions
...

Here is the issue, I need to replace all the weight of Bone_Original to Bone_New in this mesh but the only way I know is do it by hand (copy and paste % weight of every single vertex, one vertex at a time)

Is there any features which help replace Weights from this bone to that bone with one or two click of the mouse?


Any solution for my problem? or perhaps we 'll need a new feature for this ?


Hello any here borther to reply with this problem

21 days later

I'd also like to have this, yup. Very useful if you're duplicating arms and legs, no?

2 months later

Very useful for replicating arms and legs.
Furthermore, this function is very effective in works that express a pseudo depth that makes full use of weights. It will greatly help the creator when the skeleton needs to be improved later, such as dividing the bone that controls the depth expression into two.

I'm looking forward to implementing this feature. thank you!

3 months later

OOoh This tool would be SUPER useful!! +1 from me!

(Would be great to have for Masks / shadows etc....)

3 years later

Workaround for people with Spine2d older than v4.0:
{initial state}

  1. Export json
    {export json}

  2. Open exported json in any text editor

  3. Go to bones section and find your bone number. In my case I want to transfer weights from source bone to target bone, that are in position 1 and 2 respectively

  4. Go to skins > attachments > [attachment of interest] > vertices section and replace all bindings related to bone 1 (source) to bone 2 (target)
    {model json}

  5. Save the file and import into an existing skeleton with attachments replacement
    {import json}

Result:
{result state}