Blender Rigify for Rigging Animals and Making Epic Animations

Animals Rigify Blender
Updated August 2026 22 min read Level Beginner → Technical Artist Blender 4.2 LTS – 5.1

Rigging does not have to be a nightmare. For 3D animators and game developers, the bridge between a static mesh and a living, breathing creature is the rig. Manual rigging gives you granular control, but it is usually the bottleneck in a fast-paced production pipeline.

Blender Rigify is the built-in auto-rigging add-on that closes that gap. It rigs bipeds, quadrupeds, birds and mythical beasts in a fraction of the time, and it ships free with every copy of Blender. Whether you are building an open-world RPG or a cinematic short, Rigify keeps your workflow fast, modular and creative.

This guide covers the full arc: how the add-on thinks, which bones matter for a game engine, how to weight paint an animal without tearing the mesh, how to Frankenstein a custom creature out of Rigify samples, and what the newest locomotion research says about the poses you are about to key.

The short version

  • Rigify is a generator, not a rig. You pose a simple Meta-Rig; Rigify writes the complicated one.
  • Only DEF- bones deform the mesh. Everything else is animator interface and hidden plumbing.
  • Re-Generate is free. Change proportions late in production and keep your weights.
  • Animals need paw and tail rig types, not the human leg – the extra hock joint is the whole point.
  • Blender 4.0 broke old rigs on purpose. Bone Layers are gone; press Upgrade Metarig before you panic.
  • The rig is only half the job. Weight painting and reference-driven timing are what sell the weight of the animal.

What is Blender Rigify?

Blender Rigify is a pre-installed add-on that automates the creation of complex character rigs. Instead of hand-building every constraint, Inverse Kinematics handle and driver, you align a simplified Meta-Rig template to your model and press one button. Rigify then generates a production-ready armature with custom bone shapes, IK/FK switches, stretch controls and a bone-layer interface.

Enable it once under Edit > Preferences > Add-ons > Rigify. From that point on it lives in Add > Armature, alongside the stock human, cat, wolf, horse, bird and shark templates.

Eagle Bird Featherless
An example of a custom rig. The question is: Why Rigify? Credit: Animal Animator
Why Rigify, and when can you build a custom rig?

A featherless eagle to master eagle locomotion before adding feathers.

Core concepts: the three-stage Rigify pipeline

To use Rigify effectively you only need to hold three stages in your head. Everything else in the add-on is a variation on them.

Stage 01 The Meta-Rig A simplified armature that acts as a template. It tells Blender where the knees, elbows, hocks and spine pivots sit. You edit this, never the output.
Stage 02 The Generation Pressing Generate Rig reads the Meta-Rig and constructs the mechanism (MCH) and control (CTRL) layers, plus the N-panel interface script.
Stage 03 The Deform Layer The output also contains DEF- bones. These are the ones you bind your mesh to, and the only ones a game engine ever needs.

Keep the Meta-Rig in the file forever. It is the source of truth, it is tiny, and it is the only thing that lets you re-generate later.

Blender Rigify · Bird meta-rig · 75 bones
The bird rig, bone by bone

Every bone in Blender’s stock Bird (Meta-Rig), coloured by the collection it belongs to and explained in a line. 38 of the 75 carry a rigify_type; Generate turns the lot into 357 control bones.

Drag to orbit · click a bone to read it
75 bones
Spine & neck14 bones
Wing6 bones
Feathers12 bones
Head & beak11 bones
Legs8 bones
Toes & claws24 bones

Colour is not decoration here: the six groups are the meta-rig’s own bone collections, and their hues sit at exactly 60 degrees apart on the wheel, each tuned to the same perceptual lightness so no zone shouts louder than another. Cool violet and azure carry the airframe, warm orange and magenta the head and plumage, green the two ways the bird touches the ground. Selection is signalled by brightness alone.

Generated from the stock Bird (Meta-Rig), Blender 5.1 75 bones · 6 bone collections · 38 rig elements

Bones in Rigify: the under-the-hood logic

Understanding the bone hierarchy is what separates a rig that exports cleanly from a rig that fills your Unity project with 400 useless transforms. Every bone Rigify creates belongs to one of three families.

PrefixFamilyWhat it doesDo you touch it?Export it?
CTRL Control bones The visible widgets – circles, cubes, arrows – that the animator grabs. They drive the mechanism but never deform the mesh directly. Constantly. This is the animation interface. No
MCH- Mechanism bones Hidden helpers that carry the logic: IK constraints, stretch factors, rotation limits, IK/FK blending. Almost never. Editing these breaks Re-Generate. No
DEF- Deformation bones The skeleton your mesh is actually weighted to. Rigify auto-prefixes them with DEF-. Only in weight paint mode. Yes – only these
ORG- Original bones A hidden copy of your Meta-Rig, kept so Rigify can rebuild relationships on the next generation. No. No
The number one export mistake

Exporting the whole armature. A generated wolf rig can carry 300+ bones, and roughly 60 of them are deform bones. Ship all 300 and you pay for every one of them in skeleton evaluation, animation clip size and retargeting confusion. See the export checklist below.

Explore a real Rigify skeleton in 3D

Reading about bone chains is one thing; seeing where they sit is another. The viewer below is the stock Blender Human (Meta-Rig) after generation – 159 bones, grouped into 19 clickable chains. Drag to orbit, then click any chain to isolate it and read what it controls. The same chain logic applies to every animal meta-rig; only the proportions change.

Rigify · human meta-rig · 159 bones
The face bones Rigify actually reads

One rig element, faces.super_face, sits on a single bone and turns every chain below into a working face rig. Click a chain to see what it becomes.

Drag to orbit · click a bone to inspect it
Structure
Upper face
Mid face
Lower face
Body
Built from the stock Human (Meta-Rig) in Blender 5.1 19 chains · 159 bones · colour = face region
Read the face chain first

One Rigify element – faces.super_face on the face bone – builds the entire facial rig: eyelids, brows, jaw, lips, tongue. On an animal you usually strip it back to jaw, eyes and ear chains, which is why creature heads generate so much faster than human ones.

Anatomy of a rig: spines, limbs, heads and tails

Rigify spine rig type diagram from the Blender manual showing torso, hips and chest control bones
Rigify spine controls. Source: Blender 5.0 manual

Rigify is modular. You build a creature by snapping rig types together like LEGO bricks, and each type brings its own controls and constraints.

  • Spines. The core of the rig. Rigify offers flexible spines with squash and stretch, which is essential for the body wave of a cheetah, an otter or a jaguar.
  • Limbs. The limbs.super_limb, limbs.leg and limbs.paw types cover almost everything on four legs. The paw type adds the extra hock joint that quadrupeds need.
  • Heads. The head chain includes automated eye tracking and jaw controls, plus optional neck subdivision for long-necked animals like the African elephant or a giraffe.
  • Tails. Tail modules ship with bend controls, so you get fluid wavelike motion without rotating every vertebra by hand.
  • Wings. There is no official wing type, so bird rigs are usually a limbs.super_limb arm plus feather chains driven by constraints. Our automatic bird rigging intro walks through that setup.

Plantigrade, digitigrade and unguligrade: pick the right leg

Choosing the wrong leg type is the most common cause of a quadruped that “walks like a person in a suit”. The difference is where the animal’s weight passes through the foot, and it changes the number of joints your IK chain needs.

PostureWeight rests onAnimalsRigify typeRigging note
PlantigradeThe whole sole, heel includedBears, humans, badgers, raccoonslimbs.legStandard three-joint IK. The heel roll control matters most.
DigitigradeThe toes; the heel rides high as the hockWolves, cats, dogs, birdslimbs.pawFour-joint chain. The “backwards knee” is the ankle – label it clearly or animators will fight it.
UnguligradeHoof tips onlyHorses, deer, cattle, antelopelimbs.paw with a shortened toeVery long metacarpals. Set the pole vector high or the leg pops at full extension.

If you are unsure which bucket a species falls into, check the skeleton before you place a single bone. Our reference libraries for the wolf, the horse and the brown bear each show one animal from each posture family.

Top animal skeleton structures in Blender Rigify

#Meta-rigBest used forWhat makes it different
1Wolf (canine)Dogs, foxes, hyenas, dire wolvesThe gold standard quadruped. Digitigrade paws, flexible spine, full tail chain. Start here for anything on four legs.
2Cat (feline)Lions, tigers, jaguars, panthersSimilar to the wolf but with a floating clavicle and a more mobile spine, which is what gives felines their shoulder roll.
3Horse (equine)Horses, deer, zebras, unicornsUnguligrade legs with hoof support and a long, low-mobility spine.
4BirdEagles, hawks, chickens, raptorsWing armature plus a highly subdivided neck. Feathers are handled with separate bones or constraints.
5SharkFish, eels, sea serpents, whalesA spline-heavy rig built around fluid body deformation rather than limb IK.
Pro tip

The meta-rig is a suggestion, not a contract. A cat meta-rig with the tail deleted and the spine shortened is a faster route to a bear than the wolf, because the feline shoulder is closer to an ursine one. Choose by skeletal proportion, not by species name.

Why rigging animals with Rigify matters in production

In games and film, time is the most expensive asset on the schedule. Rigify buys it back in three ways.

3 days → 3 hTypical time to a production-ready quadruped rig
1 naming
convention
Which is what makes animation retargeting possible at all
~5 minTo re-generate after a late proportion change, weights intact
  1. Standardisation. Rigify produces consistent bone names across every character. That is what lets a studio retarget a wolf run cycle onto a bear with minor tweaks instead of re-animating from scratch.
  2. Scalability. If you are populating a game ecosystem you cannot spend three days per deer. Rigify turns that into an afternoon, which is the difference between eight species and two.
  3. Robustness. Generated rigs ship with IK/FK snapping, a safety net for the moments that break hand-made rigs – a creature planting its feet before a jump, a paw locked to a rock while the body keeps moving.

If you are still weighing tools, our breakdown of Blender vs Maya for creature animation in 2026 compares Rigify directly against Maya’s HumanIK and Advanced Skeleton.

How rigging weight painting works

Weight painting tells Blender how much influence each bone has over each vertex. A weight of 1.0 means the vertex follows that bone exactly; 0.0 means it ignores it. Every vertex should total 1.0 across all its bones, which is why Normalize All exists.

  • Automatic weights. Your starting point. Select the mesh, shift-select the rig, then Ctrl + P > With Automatic Weights. Blender estimates influence from bone proximity using a heat-diffusion solve.
  • Manual painting. Auto-weights fail wherever geometry overlaps – inside a bear’s mouth, under a folded wing, between a tail and a thigh. You repaint those zones by hand: red is full influence, blue is none.
  • Weight transfer. Once one wolf is painted well, Data Transfer can move those weights onto the next canine with matching topology. This is the single biggest time-saver for a creature roster.
If automatic weights fails outright

The classic error is “Bone heat weighting: failed to find solution for one or more bones”. It has three usual causes: non-manifold geometry, duplicate or interior faces, or a bone sitting outside the mesh volume. Run Mesh > Clean Up > Merge by Distance, check Recalculate Normals, apply all scale with Ctrl + A, and confirm every deform bone is actually inside the surface.

Nine Rigify errors and how to fix them

Rigify fails loudly, which is a gift. Nearly every error message maps to one of these causes.

SymptomReal causeFix
Generation fails with a RIGIFY ERROR bannerA rig type cannot find the number of bones it expects in the chainRead the bone name in the error. A limbs.paw needs exactly four bones; a super_head needs a neck chain plus a head.
Bones are named .L.001 instead of .LDuplicated bones rather than symmetrised onesDelete the right side, select the left, then Armature > Symmetrize. Never duplicate and mirror by hand.
The rig generates but the N-panel is emptyThe generated UI script was not registeredOpen the Text Editor, find rig_ui.py, press Run Script. Re-save the file afterwards.
Limbs bend the wrong way at full extensionThe chain is perfectly straight in the Meta-Rig, so IK has no bend hintGive every joint a few degrees of pre-bend in edit mode. A dead-straight leg is undefined for a solver.
The knee jitters or flips during a crouchPole vector too close to the limb planeMove the pole target further out, or switch that limb to rotation-based pole control in the rig type settings.
Mesh tears at the shoulder on a run cycleWeights split between clavicle and upper arm with no blend bandPaint a two-to-three ring gradient across the joint and run Normalize All.
The mesh explodes on generationObject scale not applied, or the mesh is still parented to the Meta-RigCtrl + A > All Transforms on mesh and armature, unparent, generate, then parent to the generated rig.
Right-side limits behave differently to the leftLimit Rotation constraints were copied, not mirrored, so the min/max signs are wrongFlip the sign on the mirrored axis. This one silently clamps folded wings and folded legs on one side only.
Unity imports hundreds of empty transformsThe whole armature was exported instead of the deform layerFollow the export checklist. Export only DEF- bones.

Blocking vs splining after the rig is done

Once the animal is rigged, animation splits into two phases. Confusing them is why so many creature cycles feel weightless.

Phase one Blocking Key the storytelling poses on constant interpolation. The result looks like a slideshow on purpose – you are judging silhouette, contact points and timing, nothing else.
Phase two Splining Switch to Bezier and let the curves interpolate. Now you fix overlap, follow-through and the arcs the blocking implied but did not draw.

Why the rig decides the outcome: a good rig makes strong poses easy to hit. If you are fighting the controls during blocking – if a paw slides when you rotate the hip, or the spine cannot arch far enough – the splined result will float. Fix the rig; do not compensate in the curves.

Exporting a Rigify rig to Unity or Unreal

This is where most Rigify projects lose a day. Game engines want a clean, single-root, deform-only skeleton. Rigify gives you a 300-bone animator’s playground. Bridging the two is a checklist, not a mystery.

  • Apply all transforms on mesh and armature before anything else. Unapplied scale is the root cause of half of all import bugs.
  • Set the unit scale so one Blender unit equals one metre. Unity and Unreal both assume metres.
  • Isolate the deform layer. Move every DEF- bone to its own bone collection, then enable Export Deform Bones Only in the FBX exporter.
  • Bake the animation to the deform bones. Constraints and drivers do not survive FBX; baked keys do.
  • Give the skeleton one root. Engines expect a single top-level bone. Parent the deform hierarchy under one root and keep it at the origin.
  • Disable Add Leaf Bones in the FBX exporter, or you get a phantom _end bone on every chain.
  • Set Apply Scalings to FBX All and Forward -Z, Up Y for Unity.
  • Verify in-engine before you animate 40 clips. Import one idle, check the bone count, then continue.

Once the skeleton lands in Unity, the next problem is state machines rather than bones. We covered that end to end in animal locomotion: idle, walk, run and jump in a Unity Animator Controller, and the simpler humanoid case in idle, walk and run locomotion in Unity.

Three animals worth rigging for your portfolio

If you are building a reel for the game industry, these three archetypes cover the technical range a studio wants to see. Rig one from each family and you have demonstrated mass, agility and mechanical complexity.

Archetype 01 · Mass

The heavy quadruped

Species
Brown bear, bison, rhinoceros
The challenge
Weight and mass. You are managing belly and shoulder jiggle, plantigrade foot roll, and a centre of gravity that lags behind the feet.
Industry case
Wilderness games and fantasy RPG druid forms. Convincing weight transfer is a high-value, hard-to-fake skill.
Archetype 02 · Agility

The agile predator

Species
Wolf, tiger, jaguar, cheetah
The challenge
Spine flexibility plus digitigrade legs, while preserving shoulder volume through a full gallop.
Industry case
The most common enemy type in action games, and the most reused rig in any creature library.
Archetype 03 · Complexity

The winged beast

Species
Dragon, wyvern, giant eagle
The challenge
A quadruped body plus folding wings plus a long tail. Wings must collapse without clipping through the body.
Industry case
The boss-monster standard. A clean folding wing rig is an instant portfolio win.

For the reference stage, our top 10 predators to elevate your 3D animation skills and top 10 land animals for mastering creature animation break down what each species teaches you. If wings are the goal, start from the featherless martial eagle rig and the baby martial eagle rig, which show a real wing chain before and after feather geometry.

What changed in Blender and Rigify: 4.0 to 5.1

Rigging in Blender moved more between 2023 and 2026 than in the previous five years. If your Rigify muscle memory was formed on 3.x, four changes will bite you. Here is the timeline that matters for animal rigs.

Blender 4.0 · Nov 2023 Bone Layers and Bone Groups were deleted Both were replaced by Bone Collections plus per-bone colours. Collections can be named and there is no 32-slot limit, so a wolf rig can carry DEF, Face, Tail, FK Legs and IK Legs as readable groups instead of numbered squares. This is also what makes the deform-only export workflow clean: put every DEF- bone in one collection and you can isolate it in a click.
Rigify in 4.x Upgrade Metarig, tentacles and a better mouth Old meta-rigs do not carry collection data, so Rigify shows an Upgrade Metarig button under the Armature tab. Press it, then regenerate – without this, your rig layers appear to vanish. The same cycle added a spline tentacle rig type (excellent for tails, trunks and eels), an improved mouth rig, toe-tip roll, and IK-FK snapping that preserves foot roll.
Blender 4.4 · 18 Mar 2025 Slotted Actions changed how animation is stored An Action can now hold the animation of several data-blocks at once through Slots – object transforms, shape keys, a camera lens and hook empties in one block. Old files upgrade automatically, each Action gaining a Legacy Slot. Pose Assets also learned to handle multiple armatures, which matters if you keep a pose library of creature contact poses.
Blender 5.0 · 18 Nov 2025 Weight painting finally paints to zero A change to the weight-painting algorithm makes it far easier to drive a weight down to exactly zero instead of repeatedly stabbing at a stubborn 0.02. For animal rigs – where rogue weights on a tail or a wing tip cause the worst deformation artefacts – this is the single most useful quality-of-life fix in years. All animation editors also gained a Playback Controls footer, and shape keys gained multi-select and a Make Basis operator.
Blender 5.1 · scripting If you script rigs, Action.fcurves is gone The slotted-actions migration completes in the 5.1 API: F-curves are reached through the Action’s layers and slots rather than a flat fcurves collection. Any batch-export or clip-splitting script you wrote before 4.4 will need updating. Plan for it before you upgrade a production file.
Migrating an old creature rig

Open the file in 4.2 LTS first, press Upgrade Metarig, regenerate, and confirm the bone collections look right. Only then move to 5.x. Jumping a 3.x rig straight into 5.1 is where people lose layer visibility and blame Rigify for it.

What the latest locomotion science says (2025–2026)

A rig is a hypothesis about how a body moves. The closer that hypothesis sits to measured biomechanics, the less you have to fix in the curves. Here is the research from the last eighteen months that should change how you build and animate creature rigs.

Apr 2026Proc. R. Soc. B

Three-legged dogs invent their own gaits

Self Davies, Savage and Usherwood at the Royal Veterinary College tracked fore- and hindlimb canine amputees across a speed range. At higher speeds the dogs settle into a distinct three-beat, gallop-like gait: forelimb amputees use a rotary-like sequence, hindlimb amputees switch between rotary- and transverse-like sequences.

Why it matters for your rig: gait is a solution to a constraint, not a fixed template. If your creature loses a limb, carries a load or drags a wing, do not scale the four-beat cycle – re-derive the footfall order. It is also the cleanest published reference for injured-creature animation.

Apr 2026arXiv preprint

Cheetah speed comes from spine timing, not spine range

Kamimura and colleagues modelled a cheetah with asymmetric spinal stiffness and found that the phase relationship between spinal flexion and limb stance is the key determinant of high-speed performance. Cheetah-like solutions reduced ground reaction forces while holding horizontal velocity better than the alternatives.

Why it matters for your rig: animators over-rotate the spine and under-time it. Build the spine so its peak flexion can be offset a few frames from the contact keys, then animate that offset. The magnitude of the arch matters far less than when it happens.

Apr 2026J. Exp. Biol.

Uphill, resisted and accelerating running sit on one force–velocity curve

Vonderscher and co-authors showed that propulsive force capacity measured during level acceleration matches the force produced running uphill or against resistance, with only trivial differences. Different mechanical constraints, same underlying capacity.

Why it matters for your rig: you do not need a separate uphill run cycle authored from scratch. A single well-built run, retimed with a lower velocity and a longer stance, is biomechanically defensible – which is exactly how a blend tree wants to work.

2026Adv. Robotics Research

A muscle-driven dog robot confirms the shoulder “hammock”

Ito and colleagues built a canine limb from thin McKibben artificial muscles and varied the pressure in the shoulder muscles. Higher pressure lengthened the stroke, confirming that the dog’s muscular shoulder sling – there is no clavicle joint – actively extends stride rather than merely suspending the trunk.

Why it matters for your rig: a canine or feline scapula should slide along the ribcage, not pivot on a fixed socket. Rig the shoulder as a floating control with translation, and your run cycle gains reach without extra bones.

2025Nature Mach. Intell.

Robots learn gait transitions the way animals do

Humphreys and Zhou trained quadruped robots with a control framework built on animal gait mechanisms. The robots generalised across unseen terrain, transitioned between gaits on their own and recovered from instability – behaviour that emerged from the gait priors rather than being scripted.

Why it matters for your rig: the transitions are the animation. Studios increasingly ask for gait-transition clips (walk-to-trot, trot-to-gallop) rather than more locomotion loops, because the loops are the easy part.

2020–2026Science & bionics

Flight feathers hook together into one continuous surface

Matloff and colleagues showed in Science that adjacent flight feathers lock via a directional microstructure, letting a wing behave as a single morphing sheet and resist separation in gusts. Follow-up bionic work – including 2025–2026 folding-wing designs modelled on the Eurasian eagle-owl and the peregrine falcon – treats the fold as a four-bar linkage with elastic recoil.

Why it matters for your rig: do not rig feathers as independent chains. Drive them from a small number of wing-fold parameters so the surface stays continuous, and model the fold as a linkage – hand, forearm and upper arm collapsing in a fixed ratio.

The through-line

Four of these six papers point at the same thing: timing and coupling beat range of motion. Spine phase, footfall order, gait transitions and feather linkage are all coordination problems. Build rigs that make coordination easy to author – offsettable spine controls, readable footfall order, a single wing-fold slider – and the animation gets better without adding a single bone.

Part 1: the best courses for rigging animals with Rigify

These are the industry-standard free resources. CGDive is widely treated as the reference text for Rigify on YouTube.

InstructorCourseWhy it is top tierLink
CGDive (Todor)Rig Anything with RigifyThe gold standard. Everything from basic dogs to custom multi-limbed aliens. He explains why a system works, not just which button to press.Watch
CG CookieRigging a Dog in BlenderBest for beginners. A clean, specific walkthrough of the wolf meta-rig applied to a dog.Watch
Grant AbbittEasy Rigging Using RigifyBest for low poly. If you are making indie game assets, this workflow is faster and less technical than CGDive’s.Watch
Blender ManualRigify rig types referenceBest for lookup. The only complete, current list of every rig type and its parameters. Bookmark it.Read
Blender StudioProduction rigs and character filesBest for reverse-engineering. Open a shipped production rig and see how professionals structured the bone collections.Browse
Blender Rigify animal tutorial walking through the wolf meta-rig workflow for quadrupeds
The wolf meta-rig workflow transfers to almost every quadruped. Credit: CG Cookie

Part 2: ten Rigify concepts that turn you into a technical artist

Mastering these moves you from button masher to technical artist – the person a studio calls when a rig breaks two days before a milestone.

#ConceptWhat it isWhere it pays off
1Rig typesThe logic assigned to a bone chain, for example limbs.super_limb versus spines.basic_spine.Game dev: a tentacle rig type on a monkey’s tail lets it curl around branches, which a standard tail type cannot do cleanly.
2Re-generationMove bones in the Meta-Rig and regenerate; the final rig updates without losing your skinning weights.Production: the art director shortens the bear’s legs after rigging. Scale the Meta-Rig leg, regenerate, done in five minutes.
3DEF bonesThe deformation layer. The only bones that actually move the mesh.Unity / Unreal: export only DEF- bones to keep skeleton evaluation cheap and retargeting sane.
4IK/FK snappingUI buttons that snap a limb between inverse kinematics (locked feet) and forward kinematics (free swing) without a pose jump.Animation: a creature climbing a ledge needs IK hands; the moment it pulls up and runs, snap to FK.
5Prop bonesCustom bones added for weapons, saddles, hats or held items.RPGs: a holster bone on a horse saddle so the player can sheath a sword without a separate attachment system.
6Pole vectorsThe knee and elbow targets, drawn by Rigify as arrows or spheres.Film: essential for preventing knee popping when a creature crouches low to the ground.
7Jaw pivot placementWhere the jaw bone sits relative to the ear canal.Lip sync: placed wrong, the mouth hinges like a puppet instead of sliding like a real mandible – and the shot dies.
8Widgets and bone shapesThe custom meshes that stand in for control bones.UX: a box for the head, a circle for the eyes. Animators should know what they grabbed without reading a name.
9Soft IK and stretchA slider that lets a limb stretch slightly when the IK target moves out of reach.Stylised games: the backbone of squash-and-stretch, and it hides pops at full extension in realistic work too.
10Bone collections and the UI scriptRigify generates a script that organises bones into clickable groups in the N-panel.Complex rigs: hide the face collection while blocking a run cycle and the viewport stops fighting you.

Part 3: how to build a custom animal rig

Sometimes no default meta-rig fits – a dragon, a spider, a centaur. Then you build a Frankenstein rig from samples. The core idea is simple: Rigify does not care what the animal looks like, only what each part does.

The workflow, step by step

  1. Start empty. Add > Armature > Single Bone, then delete that bone so you have an empty armature object.
  2. Open the building blocks. Enter Edit Mode, go to the Armature Properties tab (the green running figure), scroll to the Rigify Buttons section and find Add Sample.
  3. Assemble the parts. Add spines.super_spine and align it to the back. Add limbs.paw for an animal leg or limbs.leg for a humanoid one. Add spines.basic_tail and spines.super_head. Build the left side only.
  4. Connect the parts. Rigify needs to know the leg belongs to the spine. Select the thigh, shift-select the hip bone, then Ctrl + P > Keep Offset. Now the leg follows the spine.
  5. Assign rig types. If you added a bone by hand rather than from a sample, Rigify does not know what it is. In Pose Mode, select the first bone of the chain, open Bone Properties > Rigify Type and set it, for example limbs.super_limb.
  6. Symmetrize. Select all left bones, right-click and choose Symmetrize. Rigify names the mirrored side .R automatically.
  7. Generate. Back in Object Mode, press Generate Rig. Fix any error the banner reports, then generate again.
  8. Bind and test. Parent the mesh with automatic weights, then immediately pose the extremes – full crouch, full extension, head turned hard left. Fix weights before you animate anything.
The payoff

Instead of writing a custom controller for a centaur, you snap a human spine sample onto a horse body sample. A complex mythical creature is rigged in minutes and ready for Unity – the same modular logic we use throughout the 2D concept to game-ready asset pipeline.

Hard work is still required. Sculpting, rigging and animating well come from consistent study – anatomy, life drawing, documentaries, and slow-motion footage of the real animal. The rig only ever encodes how well you understood the creature.

Frequently asked questions about Blender Rigify

Is Rigify free, and do I need to install anything?

Rigify is free and ships with Blender. It is bundled but disabled by default, so enable it once under Edit > Preferences > Add-ons and search for “Rigify”. No download, no licence, no account.

Can Rigify rig animals, or only humans?

It rigs animals natively. Blender ships cat, wolf, horse, bird and shark meta-rigs alongside the human one, and every rig type can be combined freely to build species that have no template – dragons, spiders, centaurs.

Which bones do I export to Unity or Unreal?

Only the DEF- bones. Move them into their own bone collection, enable Export Deform Bones Only in the FBX exporter, bake your animation to those bones and disable Add Leaf Bones. Everything else – CTRL, MCH, ORG – is authoring-time scaffolding.

Why does “With Automatic Weights” fail on my creature?

The bone-heat solver needs clean, manifold, closed geometry with every deform bone inside the mesh volume. Merge doubles, recalculate normals, remove interior faces, apply all scale, and make sure no bone pokes outside the surface. Fix those four and the solve almost always succeeds.

Can I change my creature’s proportions after rigging?

Yes – that is what Re-Generate is for. Edit the Meta-Rig, press Generate again, and Rigify rebuilds the control rig in place while your vertex groups keep their names and weights. This is the single strongest argument for keeping the Meta-Rig in the file.

Should I use a digitigrade or plantigrade leg for my animal?

Digitigrade (limbs.paw) for anything that walks on its toes: wolves, cats, dogs, birds. Plantigrade (limbs.leg) for flat-footed animals: bears, badgers, humans. Hoofed animals use a paw chain with a shortened toe segment. Getting this wrong is the main reason a quadruped reads as a person in a costume.

Rigify vs Auto-Rig Pro: which should I use?

Rigify is free, open, scriptable and the standard for custom creatures, which makes it the better long-term investment for a technical artist. Auto-Rig Pro is paid and ships a smoother game-export pipeline out of the box. If your bottleneck is FBX export, Auto-Rig Pro saves time; if your bottleneck is unusual anatomy, Rigify wins.

My old rig lost its bone layers after upgrading Blender. What happened?

Blender 4.0 removed Bone Layers and Bone Groups in favour of Bone Collections, and pre-4.0 meta-rigs carry no collection data. Rigify shows an Upgrade Metarig button under the Armature tab – press it, then regenerate the rig. Do this in 4.2 LTS before moving the file to 5.x.

How long does it take to rig an animal in Rigify?

For a quadruped built on an existing meta-rig, expect two to four hours to a bound, testable rig – most of it spent on weight painting, not on bone placement. A fully custom creature with wings or extra limbs runs a day. A comparable hand-built rig is two to three days.

Sources and references

  1. Blender Foundation. Rigify. Blender Manual, latest release. docs.blender.org
  2. Blender Foundation. Rigify rig types reference. Blender Manual. docs.blender.org
  3. Blender Foundation. Blender 4.0 release notes: Animation & Rigging – Bone Collections replace Bone Layers and Bone Groups. developer.blender.org
  4. Blender Foundation. (18 March 2025). Blender 4.4 release notes: Slotted Actions. developer.blender.org
  5. Blender Foundation. (18 November 2025). Blender 5.0 release. blender.org · Animation & Rigging notes
  6. CGDive. Blender 4 updates: rigging and animation – Rigify bone collections, spline tentacle rig, mouth rig and the Upgrade Metarig button. cgdive.com
  7. Self Davies, Z. T., Savage, A. L., & Usherwood, J. R. (2026). Locomotion on three legs: the tripedal gaits of canine amputees. Proceedings of the Royal Society B, 293(2069), 20253159. doi.org/10.1098/rspb.2025.3159
  8. Kamimura, T., Oshita, Y., Adachi, M., Ambe, Y., Sano, A., Wada, N., Matsuno, F., & Aoi, S. (2026). Phase relationship between spinal motion and limb support determines high-speed running performance in a cheetah model with asymmetric spinal stiffness. arXiv:2604.00329. arxiv.org
  9. Vonderscher, M., Morel, B., Rozier-Delgado, P., Morin, J.-B., Bowen, M., & Samozino, P. (2026). Moving against inertia, friction and gravity: different modalities, same consequences for animal propulsive force capacity. Journal of Experimental Biology, 229(7), jeb251127. doi.org/10.1242/jeb.251127
  10. Ito, S., et al. (2026). A canine musculoskeletal robot for investigating biomechanical functions during locomotion. Advanced Robotics Research. doi.org/10.1002/adrr.202500170
  11. Humphreys, J., & Zhou, C. (2025). Learning to adapt through bio-inspired gait strategies for versatile quadruped locomotion. Nature Machine Intelligence. nature.com
  12. Matloff, L. Y., et al. (2020). How flight feathers stick together to form a continuous morphing wing. Science, 367(6475), 293–297. science.org
  13. CGDive. Rig Anything with Rigify. YouTube. youtube.com/c/CGDive
  14. CG Cookie. (2024). How rigging works in Blender. cgcookie.com
  15. Unity Technologies. Using Blender and Rigify. Unity Manual. docs.unity3d.com

Want the video version?

I break down rigs like this one on Ascendance Institute.

Subscribe on YouTube →