Combination of Parent-Child Hierarchy

Updated: 08/26/2025

Warp deformers and rotation deformers have slightly different effects on the child and are affected slightly differently by the parent.
Here is an overview of what deformer combinations are suitable for what type of movement.

Type of Combination

Warp Deformer (parent) + Warp Deformer (child)

The Warp Deformer (parent) + Warp Deformer (child) mechanism is a commonly used mechanism.
By using this combination, you can not only change the shape of an object, but also move it.
This is used for eyebrows, eye parts, etc.

Rotation Deformer (parent) + Warp Deformer (child)

The Rotation Deformer (parent) + Warp Deformer (child) mechanism allows the shape of objects to be changed as they are rotated. Therefore, this is very useful when making parts such as necks.

Rotation Deformer (parent) + Rotation Deformer (child)

The Rotation Deformer (parent) + Rotation Deformer (child) mechanism is used to express the articulation of legs and arms.

Warp Deformer (parent) + Rotation Deformer (child)

Setting the Warp Deformer as the parent of the Rotation Deformer allows for a rather unique expression.
Moving a control point on the parent warp deformer causes the child rotation deformer and its children to move and rotate rather than deform.
This is a very useful mechanism when you want to replicate breathing, shoulder shrugging, etc.

Points to keep in mind when building parent-child hierarchies

Child element protrusion

When building a parent-child hierarchy with a warp deformer, we recommend that the child’s warp deformer (2) be set so that it does not overhang the parent’s warp deformer (1).
In particular, if you build parent-child hierarchies with a narrow spacing, it is easy for them to overhang when keyforms are created.
(If the rotation deformer is set to parent, overhang is not a problem.)

You can use the [Highlight vertices which stick out from the parent deformer] function to check for protrusions.
See “Validate deformer function” for more information.

It still works if the child elements extent beyond the parent warp deformer, but the following content is loaded.

Comparison with/without overhang

If a child element extends beyond the parent deformer, the child element is deformed by extending the warp deformer range.

The following is a comparison of the load with and without overhang.

Assuming that the load for calculating “within” the range of the parent deformer for a single point is 1, the load for calculating “outside” the range of the parent deformer for n points is 4 + 2 n (memory usage is not increased or decreased).

Note: Interpolation processing, etc. is irrelevant to inside/outside of the range (no effect).

[Specific example]

  • When calculating 40 points in range, the calculation quantity is 40.
  • If 39 of the 40 points are in range and 1 point is out of range, the calculation quantity is 39 + 4 + 2 * 1 = 45 (13% increase).
  • If 30 of the 40 points are in range and 10 are out of range, the calculation quantity is 30 + 4 + 2 * 10 = 54 (35% increase).

Note: However, please note that these are only estimates and will vary depending on the environment and conditions.

Point

If a child element’s points extend beyond the parent deformer, the following process is performed.
The amount of calculation above is the “conversion” processing portion of 3. Interpolation of 1 and 2 is not affected by the presence/absence of overhang.

  1. Interpolation” by warp deformer parameters
  2. “Interpolation” by parameters of child elements (e.g., ArtMesh)
  3. Warp deformer “transformation” of child elements

What to do if a child element protrudes

If a child element extends beyond the parent deformer, the warp deformer can be automatically extended to match the child element’s keyform.

Execution procedure:

  1. Select the warp deformer of the parent whose child element protrudes.
  2. Select [Modeling] menu -> [Edit Form] -> [Extend warp deformer based on protruding child].
Tips

By selecting multiple parent warp deformers and executing the function, all selected parent warp deformers will be adjusted automatically.

In the following GIF image, the sizes of multiple parent warp deformers are automatically adjusted to account for the protrusion of the child warp deformers.

Point

During automatic expansion of the parent deformer, the number of conversion divisions increases outward.
This allows for correction of child element protrusions while maintaining the existing behavior of the parent deformer, even after parameters have been set.

Was this article helpful?
YesNo
Please let us know what you think about this article.