Generate Head Skin Weights

Requirements

Input Streams: Mesh stream and animation stream (REQUIRED)

Output Streams: Modified mesh stream (with skinning data)

Overview

The Generate Head Skin Weights stage is used to automatically generate skin weighting to use for head retargeting, so that a volumetric player can be configured to have the actor dynamically turn their head to look at an object in the scene.

This stage applies weight to the mesh starting at a certain point on the neck bone, and gradually increases until it reaches an end point on the neck bone. Below the start, all vertices have 0% weight, and above the end, all vertices have 100% weight.

Note

“Skin weighting” is a concept in 3D graphics. It determines how strongly animation to the bones is applied to each vertex on a mesh.

Important

This stage should be performed on the final mesh and animation streams, and should not be placed above any clean, stabilize, or Compress Mesh Segments stages on the track.

Parameters

  • % Up Neck 0 Weight: This is the percentage along up the neck bone, (measured from 0% at the base of the neck to 100% at the head bone,) where any vertices above will have some weighting assigned to the head.

  • % Up Neck Full Weight: This is the distance along the neck bone, (measured from 0% at the base of the neck to 100% at the head bone,) above which any vertex is 100% weighted to the head. This value should typically be higher than or the same as the % Up Neck 0 Weight setting.

Working with Generate Head Skin Weights

Between the % Up Neck 0 Weight and % Up Neck Full Weight settings, there is a smooth transition in weighting. This smooth transition helps produce a natural deformation when the volumetric actor bends their neck when the head bone is animated. Any vertices below this point will be weighted to the body. Typically, you want the entire head to be 100% weight, so you should place the % up neck full weight setting below the actor’s chin. Oftentimes, the Up Neck 0 Weight setting can be 0.0, indicating the base of the beck bone, but this may need to be higher depending on the clothing or anatomy of your subject.