- Edited
Replace Weights to another bone
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
Hello, this feature is not available yet, but it is on our tracker already:
https://github.com/EsotericSoftware/spine-editor/issues/301
I've added your +1 there!
I'd also like to have this, yup. Very useful if you're duplicating arms and legs, no?
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!
OOoh This tool would be SUPER useful!! +1 from me!
(Would be great to have for Masks / shadows etc....)
Workaround for people with Spine2d older than v4.0:
Export json
Open exported json in any text editor
Go to
bones
section and find your bone number. In my case I want to transfer weights fromsource
bone totarget
bone, that are in position 1 and 2 respectivelyGo to
skins
>attachments
>[attachment of interest]
>vertices
section and replace all bindings related to bone 1 (source
) to bone 2 (target
)
Save the file and import into an existing skeleton with attachments replacement
Result: