Bind Auto-Rig (Character Skin 2026)

By Arron R.7 min read
Auto-rig on Sorceress means a humanoid skeleton plus skin weights: free marker path at /rigging, or one-click AI auto-rig at 20 credits with weights baked into

Searchers who type auto-rig are not asking for a lecture on bone math. They want a static humanoid mesh to bend at the knees without opening a desktop DCC. This guide covers that bind on Sorceress in 2026: what auto-rig actually means, the free marker path, the flat-credit AI auto-rig button, weight paint, animation handoff, and the honest limits.

Four-step auto-rig pipeline: load humanoid mesh, place markers, paint skin weights, export skinned GLB
Auto-rig in one glance: mesh in, skeleton plus skin weights out, then a GLB the engine can pose.

What auto-rig actually means

Auto-rig is shorthand for automatic skeletal rigging. The Wikipedia skeletal animation page (verified 2026-09-23) splits a character into two parts: a surface mesh and a hierarchical set of bones. Skinning then attaches mesh vertices to those bones with blend weights so a thigh bone move also moves the thigh polygons. When people compare mixamo auto rig, auto rig maya, or auto dab rig workflows, they are usually hunting for that same outcome: joints that land in the right places and weights that do not melt the elbows.

An auto-rig is not a finished performance. It is the bind pose plus the skin. Clips come later. If you skip the bind and drop a raw prop mesh into an animator, every “walk” prompt fails for a boring reason: there is no skeleton to drive.

For game jam searchers, auto-rig success looks like this: feet plant, knees crease, shoulders rotate, and the fingers do not explode when you raise an arm. Cosmetic wrinkles and muscle simulation are not the bar.

The humanoid auto-rig path on Sorceress

Sorceress Auto-Rigging is the dedicated humanoid bind surface. The 3D & Animation home card badges it Pro and describes auto-rig for humanoid 3D models plus weight-paint refinement (verified 2026-09-23 in src/app/_home-v2/_data/tools.ts). The live route is /rigging. The same rig panel also lives inside 3D Studio after you lift an image to a textured mesh.

Two paths share that panel (facts verified 2026-09-23 in src/components/studio/rig/AutoRigPanel.tsx and src/lib/rigging/types.ts):

  • Free marker path (primary). Load OBJ, FBX, or GLB. Place the thirteen required markers: pelvis, neck, chin, shoulders, elbows, wrists, knees, ankles. Optional hip markers exist. Build the skeleton, then compute weights. No AI auto-rig credits burn on this route.
  • AI auto-rig button (secondary). One click labeled “AI auto-rig” / “Automatic · 20 credits”. The studio hands the mesh to an external humanoid rigger. What returns is a Mixamo-named humanoid skeleton with weights already baked into the GLB, so you skip Compute Weights after a success.

Skeleton profiles registered in src/lib/rigging/profiles/index.ts (verified 2026-09-23): UE mannequin (default), SMPL, DAZ G8, Mixamo, and Meshy. AI auto-rig results auto-detect to the Meshy profile and then use the same SMPL retargeting path as other imports. That is why a “mixamo auto rig” style bone naming set still plays with Sorceress animation tools afterward.

If you still need a mesh before you bind, generate or upload through 3D Studio first. The companion post on image to 3D model AI covers the lift step. This page stays on the auto-rig bind.

Auto-rig path comparison: free 13-marker guided placement versus 20-credit AI auto-rig with baked weights
Two honest auto-rig routes: place thirteen markers for free, or spend twenty credits for a baked AI pass.

Weight paint after the skeleton lands

Bones without weights are decoration. Skinning assigns each vertex a set of bone influences. Near a knee, vertices usually blend the thigh and shin. Wikipedia’s skeletal animation page calls this matrix-palette or linear-blend skinning (verified 2026-09-23). In a browser runtime, that is the job of a three.js SkinnedMesh.

On the free marker path, Sorceress runs weight painting through a Blender bone-heat style server job after you build the skeleton (see src/lib/rigging/autoweight-runpod.ts, verified 2026-09-23). Keep the tab open until the heat map finishes. Then stress-pose the elbows and knees. If a forearm collapses into the torso, paint or recompute before you celebrate.

On the AI auto-rig path, weights arrive already baked. Open the heatmap anyway. A “succeeded” job that left the wrists weighted to the hips will still look wrong in play. Fix orientation with the facing yaw options (+90°, 180°, −90°) before you burn a second 20-credit attempt on a backwards-facing mesh.

Animation handoff once auto-rig is done

A finished auto-rig is the input to motion, not the motion itself. From the Animate tab in 3D Studio you can drive text-to-animation clips (hy-motion, kimodo-soma, and related models at 3 credits each on success — see src/lib/sorceress-tools/registry.ts, verified 2026-09-23). Retargeting expects a humanoid profile the studio already knows.

Export target for most indie stacks is a skinned GLB. The Khronos glTF overview (verified 2026-09-23) lists skins and animations among the top-level asset elements. Binary .glb packs that structure into one file. MDN’s Three.js demo guide (updated August 2026 for three.js r185, checked 2026-09-23) is a clean browser load path if you want to sanity-check the mesh before an engine import.

For multi-legged bosses, stop here and switch tools. Procedural Walk auto-rigs spiders, insects, and other non-bipeds with real-time IK. Humanoid auto-rig will not invent six good legs.

After auto-rig: weight heatmap, skeleton profiles, text-to-motion clip, three.js GLB import
After auto-rig: confirm weights, pick a profile, then hand the skinned GLB to animation or the engine.

A practical auto-rig checklist before you click anything: stand the character in a near T-pose or A-pose with arms clear of the torso, delete floating props that are not welded to the body, and confirm the feet sit on the ground plane. If the mesh came from an image-to-3D lift, inspect the underside of the feet and the crotch. Pinched geometry there is where weight paint fails first. Scale the character to roughly human height in meters before you bind so retargeted walk clips do not look like a giant sliding on ice.

When you place markers, start at the pelvis, then neck and chin, then work limbs with auto-mirror on if the UI offers it. The required list in REQUIRED_MARKERS is thirteen names; the hips are optional helpers. Symmetry saves time, but do not mirror a broken left wrist onto the right and call it done. After Build Skeleton, orbit the viewport and confirm spine order: chin above neck above pelvis. Upside-down spines are rare but fatal.

People searching auto rig maya often expect a Maya-native bind skin workflow with joint chains they can edit in a viewport graph. Sorceress is a browser bind that exports a skinned GLB instead of a Maya scene. That is still an auto-rig in the search sense: automatic joints plus skin weights. If your pipeline must stay inside Maya, export the GLB and import it as a skinned mesh rather than expecting a .ma file from this tool.

After a paid AI auto-rig returns, open the bone list and skim names. Mixamo-family labels (LeftArm, RightUpLeg, and friends) are expected. If you see a near-empty hierarchy or bones clustered in the chest, treat it as a failed visual result even if the job status said success. Re-orient, then re-run. Do not stack a second skeleton on top of a broken one.

Credit math for auto-rig in 2026

Quote the numbers that live in source, not marketing memory:

  • AUTO_RIG_CREDITS.meshy = 20 — flat cost for the UI AI auto-rig button (src/lib/rigging/external-rig/autoRigPricing.ts, verified 2026-09-23).
  • RIG_CREDIT_COST on the Tool API model_rig endpoint equals that same 20 and charges only on success (src/lib/sorceress-tools/threed/rig.ts, verified 2026-09-23).
  • Tripo still has a 40-credit price entry in code but was removed from the UI in 2026-07 because it could only rig meshes it generated. Users never see that button.
  • Marker placement, skeleton build, and the studio’s own weight-paint path do not consume the 20-credit AI auto-rig budget.
  • Text-to-animation clips are a separate 3-credit line after the bind.

One credit equals one US cent on the top-up ledger (same file documents that grounding). A twenty-credit auto-rig is twenty cents of wallet, not a subscription to a third-party site.

Limits you should expect before you click

Auto-rig fails for predictable reasons. Know them before you spend credits:

  • Non-humanoids. Capes, disconnected accessories, and six-legged creatures defeat a biped skeleton. Use Procedural Walk or Voxel Studio creature paths instead.
  • Bad orientation. A mesh facing the wrong way produces a backwards bind. Use the yaw override before a second paid attempt.
  • Broken topology. Huge holes, non-manifold soup, or a T-pose that is actually an A-pose with locked elbows will confuse marker placement and AI passes alike.
  • Expecting fingers for free. Finger detail varies by path. Stress-test a fist and a wave before you ship the hero.
  • Confusing auto-rig with Auto Rig Pro. Search volume for “auto rig pro” is high because of a known Blender add-on name. This page targets the general auto-rig verb on Sorceress, not that desktop product. We already covered the free-browser angle on Auto Rig Pro Free (Browser Skeleton Path); for AI-framed language see AI character rigging.

Verdict: bind an auto-rig in one session

An auto-rig session on Sorceress in 2026 is short when the mesh cooperates:

  1. Load a clean humanoid GLB, FBX, or OBJ into Auto-Rigging (or finish a 3D Studio lift first).
  2. Either place the thirteen required markers and compute weights for free, or click AI auto-rig for 20 credits and accept the baked Mixamo-family skeleton.
  3. Stress-pose elbows, knees, and wrists. Fix orientation before you retry a paid pass.
  4. Export a skinned GLB, then animate or drop the file into your engine loader.

Auto-Rigging stays Pro on the home card; the marker path stays free of the 20-credit AI line; Procedural Walk stays the multi-leg answer — all verified 2026-09-23 against the live source. Open the rig panel, bind the skin, and move on to the clip that actually sells the character.

Frequently Asked Questions

What does auto-rig mean for a game character?

Auto-rig means the tool builds a bone hierarchy and binds the mesh to it with vertex weights so the character can bend at joints. Wikipedia skeletal animation page (checked 2026-09-23) defines the mesh-plus-skeleton split and skinning with blend weights. On Sorceress that is either the free marker path or the flat 20-credit AI auto-rig button.

How much does an AI auto-rig cost on Sorceress?

The AI auto-rig path costs AUTO_RIG_CREDITS.meshy = 20 credits per successful rig (src/lib/rigging/external-rig/autoRigPricing.ts, verified 2026-09-23). The button labels it AI auto-rig without a vendor name. The marker-based rigger (place markers, build skeleton, compute weights) stays free.

Is Auto-Rigging free or Pro?

The Auto-Rigging home card is badged Pro (src/app/_home-v2/_data/tools.ts, verified 2026-09-23). The page is /rigging. Inside the studio, the guided marker skeleton and weight-paint path does not burn AI auto-rig credits; the one-click AI auto-rig button does (20 credits).

Does auto-rig work for spiders and quadrupeds?

The humanoid auto-rig path expects a biped mesh. Multi-legged creatures use Procedural Walk at /rigging-multileg (also Pro on the home card). Do not expect a Mixamo-style humanoid skeleton to land cleanly on a six-legged boss.

What file do I export after an auto-rig?

Export a skinned GLB (binary glTF). Khronos describes glTF as including skins and animations in the asset (khronos.org/gltf, checked 2026-09-23). three.js SkinnedMesh is the runtime object that consumes those weights. Sorceress also ships engine-oriented packages from the Animate tab once the character is rigged.

Sources

  1. Skeletal animation - Wikipedia
  2. glTF - Khronos Group
  3. SkinnedMesh - three.js docs
  4. Building up a basic demo with Three.js - MDN
Written by Arron R.·1,586 words·7 min read

Related posts