Give your character a skeleton, bind the mesh to the bones, and let it pose and move. This is the last real craft hurdle — AI builds the skeleton and weights in seconds, but wherever the deformation goes wrong, you have to paint it by hand.
Picking up from Module 07: you have a textured character — but right now it's a lifeless statue. Rigging brings it to life.
Rigging = building a digital skeleton inside the model, then "wrapping" the mesh onto the bones (skinning) so every vertex answers to certain bones. Turn a bone and the mesh bends with it. Once this step is done, the character can pose and take animations.
A set of bones with a parent-child hierarchy: the hips are the root, connecting to the spine, limbs, and fingers. Move a bone and its child bones follow.
Bind the mesh to the armature, establishing which vertices belong to which bones. Once bound, the mesh moves when the bones move.
How much each vertex is influenced by each bone (0–1). Paint the weights well and joints bend naturally without collapsing. This is where the real craft of this step lives.
It used to take hours to place bones by hand and paint whole-body weights. Now AI builds the skeleton, computes skinning weights, and even generates facial blend shapes in tens of seconds.
But what AI gives you is a "generic solution" — it moves fine overall, yet joints, armpits, the crotch, and fingers often bend awkwardly and need you to hand-paint fixes in Blender. That's why this step is 🐾 guided practice.
And here's where the whole pipeline's cause-and-effect hides: if the joint edge loops in Module 04 were laid out right, the weights barely need fixing; if they were laid out wrong, no amount of painting will save them. Half of how good a rig turns out is decided back at the topology.
Auto-rigs humanoids/quadrupeds in 30 seconds, with skinning weights + facial blend shapes, a built-in bone editor to rename and align for Unity/UE5, plus 100+ animations.
In the pipeline · end to endClean skeleton + smooth skinning, supports T-pose export (the killer combo with Mixamo); rigs humanoids, quadrupeds, and mechanical models alike.
Export T-pose FBX/GLBFree from Adobe — upload an FBX and it auto-rigs humanoids, with a huge library of ready-made animations (walk/run/fight/idle). Needs a T-pose, humanoids only.
Free · easiest for animationsFree standalone software from Reallusion, precise bone placement and good deformation, works for humanoid and non-humanoid alike, exports FBX to any engine.
Free · least cleanupDon't trust "it auto-rigged fine." Go into Pose mode and bend every joint to its limit to watch the deformation:
For the bad joints you found, go into Blender's Weight Paint mode and paint by hand. Red = full weight, blue = zero.
To use ready-made animations on your character, the bones need names the engine recognizes:
① AI rigs 80%, weight cleanup is craft. Auto-rig is the start, not the finish — every joint's deformation must be bent and fixed one by one.
② You only know it's good once you bend it. Looking fine when static means nothing; every joint must be checked at its extreme angle.
③ The root of collapse is topology. A joint you can't smooth out means going back to Module 04 to add a loop — proof that the whole pipeline is one interlocking chain.
▸ All three pass → on to Module 09: export to the engine (⚡ AI-fast, the last step, closing the loop).