Hi!
Assume that I’m rigging some characters for a game. These characters look different (like, a male and a female character) but use the same armature structure and share animations (things like sitting down, standing up, sleeping, etc. come to mind).
How would I best go about sharing the Armature between my models?
My idea so far:
- Pick one generic model to animate
- All other models need to use an identical Armature with same bones, bone names and initial pose
But what if I later notice that, oops, I need another bone for an attachment point where the character carries his/her sword? Even though there are no vertex weights to assign, with my current knowledge, I’d have to open each and every .blend file and add the bone in exactly the same way, possibly dozens of times.