Art Guide
WebsiteGitHubGitBook
  • 🎨Art Intro
  • 🖼️2D
    • Textures
      • Decals
      • Posters
      • Screens
      • Particles
    • UI Elements
      • Windows
      • Menu
      • Icons
      • Fonts
      • Composite Elements
  • 🌄3D
    • Modeling
      • Shape
      • Value
      • Color
      • Texturing
      • Theme
      • Geometry
      • Formatting
        • Outward Normals
        • Smooth Shading
        • Named Materials
        • Sizing
        • Origin Placement
        • Orientation
        • Variants
        • Export Settings
    • Rigging
      • Getting Started
      • Head Items
      • Basic Clothing
      • Hairstyles
      • Torso Clothing
      • Humanoid Races
      • Rig Formatting
        • Scaling
        • What Needs Rigging?
        • Equipped & Held Items
        • Body Clipping
        • Shape Keys
        • Dynamic Bones
        • Origin Placement
        • Rig Export Settings
    • Animating
  • 🎙️Audio
    • SFX
    • Music
  • 🎬Artwork
Powered by GitBook
On this page
  • Body Shape Keys
  • Hair Shape Keys

Was this helpful?

Edit on GitHub
Export as PDF
  1. 3D
  2. Rigging
  3. Rig Formatting

Shape Keys

PreviousBody ClippingNextDynamic Bones

Last updated 2 years ago

Was this helpful?

A shape key (also referred to as "blend shapes") is a basic mesh transformation that moves vertices directly from point-A to point-B.

Location of shape keys in Blender.

Body Shape Keys

Shape keys can be used for a variety of functions, but in this context, we use them to customize the proportions of player-created characters.

Accordingly, the rigged clothes need to be able to support the shape of the body underneath, so clothing items also need to contain the same shape keys.

The shape keys that need to be accounted are as follows, and need to be named exactly the same way:

  • Basis - The default character shape.

  • Female - The female variant of the base character.

  • Breasts - Size of the bust.

  • Fat - Chubbiness.

  • Muscle - The size of the character's muscles.

Hair Shape Keys

While body shape keys are used for customization, hair shape keys are used to maintain the look of the character while also allowing hats, helmets, masks, and hoods to be worn on top.

For this, we shrink the effected part of the hair so it fits within the constraints of the hat. For this, I've created a couple shape keys that should fit the constraints of a large majority of hats.

The shape keys that need to be accounted are as follows, and need to be named exactly the same way:

  • Hat - Squishes the top of the hair down as if there were a hat on top.

  • Helmet - Squishes all sides of the hair inward toward the head aside from the bangs. Used primarily in instances where the helmet might reveal a lot of the head.

  • Mask - Squishes the bangs inward as if a mask were pressed against the face.

  • Hood - Like the Helmet shape key, but more extreme.

Basis vs. Muscle keys.
🌄