Rigging and Caging Models (Blender)

You can use a third party modeling tool, such as Blender or Maya, to modify an existing 3D object into a layerable 3D model that you can import and convert into Studio as an Accessory. To create a layered model, you must parent (Blender) or bind (Maya) a 3D model to a mannequin armature and then modify two additional meshes to fit around the inner and outer surface of the accessory model.

This guide covers the basic workflow for converting a 3D model into a layerable model in Blender using the following steps:

  1. Importing a 3D asset into a template Blender project file.
  2. Parenting the imported mesh object to the project file's armature rig with Blender's Automatic Weights feature.
    1. Manual skinning is not covered, see Skinning a Simple Mesh for an overview of manual skinning.
  3. Editing the Inner and Outer Cage meshes to represent the inner and outer surface of the model.

A full list of asset requirements for a layered model can be found in Layered Model Specifications.

Importing

Set up the project by opening the rig template project and importing the sample accessory model.

To import and parent the accessory model:

  1. In Blender, open the rig template project. This file contains the default armature required for layered clothing.

    Blender Mannequin Template Project
  2. In the Outliner, toggle the Hide icon to visually remove any non-armature objects in your workspace, such as Attachments.

  3. In the File Menu, select Import and click FBX (.fbx). Select the accessory model file you intend to fit onto the mannequin. The accessory populates in the workspace and, depending on how the asset was modeled, may need resizing or adjustment to fit on the mannequin.

Parenting and Weighting

For this basic accessory, parent the imported mesh to the template mannequin armature using Blender's Automatic Weights feature. Parenting the accessory model mesh to the armature in this way enables the 3D model to move and deform naturally with the character in Studio.

To parent the mesh object with the mannequin armature:

  1. In the Outliner, temporarily hide both of the Cage objects to expose the Armature by toggling the Hide icon.

  2. In the Workspace, click the mesh object, then hold Shift and click the mannequin's armature.

  3. Right click, or use CtrlP (P) to parent the accessory to the armature by selecting Automatic Weights.

  4. Reduce visual clutter by hiding all objects except the cages and model. Click on the symbol next to the object in the Outliner panel.

Editing Inner and Outer Cage Meshes

After parenting and weighting your clothing item, you can start adding the cage meshes to your clothing to indicate the inner and outer surfaces of your clothing.

When setting up the cages, the accessory model needs to fit on top of the inner cage and then the outer cage must be adjusted to fit tightly over the model object.

You can quickly add these two full-body meshes from the Clothing_Cage_Template.blend into your existing project.

To quickly add clothing cages to your project:

  1. Download the Clothing_Cage_Template.blend project.

  2. In your current Blender project, switch to Object Mode and navigate to File > Append. A file browser displays.

  3. Click on the Clothing_Cage_Template.blend file and navigate to the Object folder.

  4. In the Object folder, hold Shift and select both YourClothingName_InnerCage and YourClothingName_OuterCage and click Append. The two cage mesh objects populate in your project.

To modify cages for your accessory model:

  1. In the Outliner panel, rename the _InnerCage and _OuterCage meshes to match the imported mesh object (ex. Tshirt_InnerCage, Tshirt_OuterCage). Make sure this exactly matches the mesh name that you imported.

  2. In the Outliner window, select the _OuterCage mesh and switch to Edit Mode Tab.

  3. In the Viewport, enable X-Ray view and Materials View to improve visibility and access to the vertices of the outer cage mesh.

  4. While in Edit Mode, adjust the vertices with the Edit Mode tools so that the Outer Cage completely covers the top of the accessory.

A finished outer cage should completely cover the accessory with minimal extra space. For comparison, you can download a completed caged version of the Tshirt model here.

When finished with the caging and modeling of your asset, see Exporting Requirements for details on exporting the model from Blender.

After exporting, see Accessory Fitting Tool and Converting Clothing Accessories tutorial for instructions on importing and converting the model into a usable accessory.

Tips for Editing Cages

The following tips may be helpful when manipulating your cage vertices:

  • On the top-right of the Viewport, toggle different Viewport Shading options, such as Material Preview and X-Ray, when necessary to better access vertices and view your caging progress.

  • You can hide vertices you're currently not adjusting by using Hide (H) and Unhide (AltH; H).

  • Multiple vertices can be selected and adjusted at the same time. Use Move, Scale, or any other Blender tools to make adjustments to multiple vertices at once.