Morph target animation (also called blendshape animation) is a technique for animating complex deformations by interpolating between predefined vertex-position shapes. Instead of driving deformation with skeletal rigs alone, artists create multiple target meshes (morph targets) that represent specific expressions or poses; the final animated mesh is computed by blending these targets with the base mesh.
Tools like Epic Games’ and Audio2Face by NVIDIA have revolutionized data ingestion. By analyzing a video performance or an audio track, these AI models automatically generate and drive highly accurate morph targets on a custom mesh. Auto-Generation of Corrective Shapes
Morph target animation is not "better" than skeletal animation—it is complementary . You cannot build a 100-enemy horde using full-body morphs (memory would explode). But you cannot create a believable hero character for a cinematic dialog scene without them. morph target animation new
Historically, creating morph targets required a "round-trip" workflow: exporting a base mesh from a game engine, sculpting the target in Autodesk Maya or Blender , and re-importing the result.
Ensure your exporting software strips out vertices that do not move in a specific blend shape. If an expression only moves the left eyebrow, the vertices on the rest of the body should be completely ignored by that shape's data. Morph target animation (also called blendshape animation) is
Which (e.g., Unreal Engine 5, Unity, Blender, Maya) are you currently using?
Driven by hardware acceleration, machine learning, and the demands of photorealistic digital humans, a "new" standard for morph target animation has emerged. This article explores how developers and technical artists are shifting away from rigid, CPU-heavy linear blending toward dynamic, high-performance, and anatomically accurate morphing systems. 1. What is Traditional Morph Target Animation? By analyzing a video performance or an audio
Unity’s newer animation pipelines leverage the Data-Oriented Technology Stack (DOTS) and the Burst Compiler. This allows the engine to process vertex deformations across parallel CPU threads or offload them entirely to the GPU via compute shaders, heavily optimizing character performances for mobile and XR platforms. 6. Summary of Old vs. New Morph Animation Traditional Morph Targets New Next-Gen Morph Systems CPU-bound interpolation GPU compute shaders & ML models Movement Path Rigid, linear vertex lines Dynamic, non-linear trajectories Memory Footprint High (stores duplicate full meshes) Low (delta compression & compressed weights) Skin Realism Static volume; lacks micro-details Dynamic micro-wrinkles & automatic muscle bulges Rigging Process Thousands of manually sculpted shapes Automated Pose Space Deformation & ML training Conclusion
The field is also seeing methods for Learning Disentangled Speech- and Expression-Driven Blendshapes to create more realistic talking faces, and frameworks like WUKONG (presented at NeurIPS 2025), which leverages flow models to achieve high-fidelity texture 3D morphing. Meanwhile, MorphAny3D , introduced at CVPR 2026, is a training-free 3D morphing framework that cleverly fuses source and target object features within the attention mechanism of 3D generative models, enabling high-quality cross-category 3D morphing without the need for additional training.