From static mesh to animated character: rigging basics
September 23, 2026 · 5 min read
What a rig is, how skin weights work, which models can be rigged automatically, how preset animations work in MeshForge, and how to prepare a character that rigs cleanly.

A static mesh is a statue. To make it walk, wave or breathe, it needs a rig: a skeleton of bones inside the mesh, and a set of weights that tell every vertex how strongly it follows each bone. Rigging used to be a specialist job measured in days. Automatic rigging now handles common body types in minutes, as long as the model gives it a fair chance.
This guide explains the pieces of a rig, which models rig well, how rigging and animation work in MeshForge, and how to prepare a character for the best result.
The parts of a rig
Bones (the armature)
A hierarchy of joints: hips at the root, then spine, neck and head; shoulders, upper arms, forearms and hands; thighs, shins and feet. Rotating a parent bone moves every child with it, which is why raising the upper arm also raises the hand. Blender calls this skeleton an armature.
Skinning and weights
Skinning binds the mesh to the bones. Each vertex gets a weight for one or more bones, and the weights add up to one. A vertex in the middle of the forearm follows the forearm bone completely; a vertex at the elbow is shared between upper arm and forearm so the joint bends smoothly instead of creasing. Most rigging problems you will see — collapsing elbows, stretching armpits, a hand that drags part of the hip with it — are weight problems.
Animation clips
An animation is a sequence of bone poses over time. Because it stores bone movement rather than vertex positions, the same walk clip can drive any mesh bound to a compatible skeleton.
Which models can be rigged automatically
Automatic riggers look for a recognisable body layout.
| Model type | Auto-rigging | Notes |
|---|---|---|
| Humanoid (two arms, two legs, head) | Works best | The most common and best-supported case |
| Four-legged creatures | Often works | Depends on how clearly the legs are separated |
| Creatures with wings, tentacles, many limbs | Unreliable | Usually needs manual rigging |
| Props, vehicles, buildings | Not riggable this way | Animate with simple transforms or manual bones |
MeshForge runs a free rig check before anything is charged. If the model is not riggable, you are told why and nothing is billed.
Rigging and animation in MeshForge
- Rig check — free, tells you whether the model can be rigged.
- Rig — adds a skeleton and skin weights. Priced as its own step, shown before you start.
- Animate — choose preset clips (walk, run, idle and others) and add up to five at a time.
- Preview — play each clip in the viewer with the clip selector before exporting.
- Export as GLB or FBX to keep the rig and the clips. OBJ and STL cannot store them.
Preparing a character that rigs cleanly
Most bad rigs start with a pose problem. Before generating a character you intend to animate:
- Arms slightly away from the body. A T-pose or A-pose keeps the arm vertices separate from the torso, so weights do not bleed between them. For image input, MeshForge offers an optional T-pose pre-step that reposes the subject before modelling.
- Legs apart. Fused legs cannot be animated walking.
- Hands open and empty. A sword merged into a fist is part of the hand mesh; it will bend with the fingers.
- No large capes, long coats or big hair masses that hang between the legs or fuse to the back. They need their own bones or physics.
- Clear head and neck. A helmet fused to broad shoulders makes the neck hard to find.
Describe this in your prompt: "standing in a T-pose, arms out to the sides, legs apart, empty hands".
Common problems after rigging
| Problem | Likely cause | What to do |
|---|---|---|
| Elbows or knees collapse when bent | Too little geometry at the joint, or poor weights | Retopologise with more faces, or fix weights in a DCC tool |
| Armpit stretches badly | Arms were too close to the body | Regenerate in a T-pose |
| Accessory moves with the wrong limb | Accessory fused to the mesh | Regenerate without it, add it later as a separate object |
| Feet slide in a walk cycle | Clip made for a different proportion | Adjust root motion or clip speed in your engine |
Taking it further
Automatic rigs are a strong starting point. For custom motion, facial animation or secondary movement, import the GLB or FBX into a tool such as Blender, where you can edit bones and paint weights by hand. Blender's manual covers armatures and skinning in depth. Adobe's Mixamo is another widely used option for rigging humanoid characters and applying motion from its animation library; it accepts uploaded characters and returns rigged FBX files. Game engines have their own retargeting systems for reusing clips across skeletons.
Testing a rig before you commit
Before you build a game or a scene around a rigged model, spend a minute testing it in the MeshForge viewer or your engine:
- Play a walk or run clip and watch the knees, hips and shoulders. These are where weight problems show first.
- Look at the model from the side and from above. Problems that are hidden from the front often show at other angles.
- Check hands and feet: fingers merging, toes stretching or accessories dragging are easy to miss at full speed.
- If something looks wrong, decide whether it is worth regenerating the base model in a better pose or fixing weights by hand. For most prototypes, regenerating in a clean T-pose is faster.
Sources & further reading
- Blender Manual: Armatures — bones, bone hierarchy and posing.
- Blender Manual: Skinning — binding a mesh to an armature and weights.
- Mixamo (Adobe) — automatic humanoid rigging and an animation library.
- Unity Manual: Modeling characters for optimal performance — why one skinned mesh per character matters.
- Unreal Engine: FBX content pipeline — importing skeletal meshes and animation.
