Blender Studio · rigged character · 3 animation clips

Crimson Bulwark

A stocky crimson juggernaut guardian — dome head sunk between huge cream-rimmed pauldrons, riveted barrel chest, knee-high fists — skinned to a 12-bone rig carrying walk, idle and jump clips.

View the asset

crimson-bulwark.glb · 3.6 MB · glTF 2.0 — skinned 12-bone rig, three baked clips (walk · idle · jump), embedded textures

⬇  Download the .glb

Concept as contract

The AI concept sheet the build was audited against (left), and the code-built rigged result rendered by headless Blender (right). Four alignment rounds against the concept before ship.

Crimson Bulwark AI concept sheet
Concept sheet — the contract
Crimson Bulwark final Blender render
Code-built result — headless Blender render

A proportion-varied rig

The studio’s character pipeline binds every body part rigidly to one bone — joint spheres sit on the bone pivots so nothing pulls apart when posed. This piece is the first to re-author the whole part-and-bone table for a new body type: a squat juggernaut with a head dome sunk between the pauldrons, knee-high fists and stubby legs. The jump clip is the studio’s first with root-motion keys on the spine bone.

One welded mesh

40+ primitives joined into a single subdivided mesh — 33,725 verts after a decimate pass — so the skin deforms as one surface, not an assembly.

12-bone rigid skin

Per-part vertex groups, weight 1.0 to exactly one bone; zero unweighted vertices at export, so no engine collapses parts to the origin.

Three baked clips

Heavy walk (24f), idle sway (24f) and a jump (20f) with crouch, launch, tuck and landing keyed on the spine’s location — playable straight from the .glb in three.js or Unity.

Provenance

A Blender Studio showcase asset

This asset comes from the studio’s own showcase runs. An AI agent generated the concept sheet, then recreated it entirely in code (Blender’s Python API) on the studio’s skinned-character recipe — rigid per-bone weights, baked animation clips — and rendered it with headless Blender. Zero downloaded assets; every vertex, texture and keyframe is authored by code.