Department of Labor Logo United States Department of Labor
Dot gov

The .gov means it's official.
Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you're on a federal government site.

Https

The site is secure.
The https:// ensures that you are connecting to the official website and that any information you provide is encrypted and transmitted securely.

In the crowded ecosystem of Blender add-ons, few tools understand the soul of character rigging like Rigimap . While Auto-Rig Pro dominates the conversation and Rigify remains the stock king, Rigimap v1.5.9 exists in a beautiful, pragmatic middle-ground: It is the "smart bone parent" you wish Blender had natively.

Rigimap v1.5.9 is superior to Blender's default "Automatic Weights" for organic characters (humans, animals, creatures). It handles breast weighting, shoulder pinches, and thigh overlaps better than any free solution.

However, the "free" version does not cripple you. v1.5.9 includes the full Python source code. You can open rigimap.py and modify the proximity threshold or add custom bone name filters for your studio’s proprietary naming convention (e.g., "C_Spine_01"). Yes, with one caveat.

If you are a solo indie dev rigging a cast of 20 NPCs, download this now. If you are a student learning deformation, study its source code. It is, without hyperbole, the most underrated rigging utility in the Blender ecosystem.

Rigimap flips the script. It uses a . Instead of guessing falloff based on envelopes, it scans the volume of your mesh relative to each bone’s actual influence area .

For the uninitiated, Rigimap is not a rig generator —it is a rig adapter . Its sole, obsessive purpose is to take a static, unweighted mesh and instantly bind it to an existing armature using vertex proximity and name pattern matching.

With version , the developer has refined this process to a point of near-telepathy. Here is the deep technical breakdown of why you need this free tool. The Core Philosophy: No More Empty Groups Standard Blender skinning works like this: Select mesh > Select Armature > Parent with Automatic Weights. It fails 40% of the time (especially with overlapping geometry or complex finger joints).