Vrcfaceblendh //free\\ May 2026
While VRChat provides built-in parameters for visemes ( vrc_viseme_* ) and eye tracking ( vrc_eyelid_* ), vrcfaceblendh is part of the custom expression pipeline. It allows you to drive specific BlendShapes directly from an animation or a gesture.
So next time you're wiring up a custom blush, eyebrow raise, or exaggerated laugh—don't hardcode the BlendShape. Have you run into a weird issue where your vrcfaceblendh isn't responding? Double-check the parameter is in the Expressions Parameters list AND that the animation clip has the correct Skinned Mesh Renderer selected. 90% of the time, it’s one of those two. vrcfaceblendh
Happy avatar building! 🧙♂️✨
Let’s break down what vrcfaceblendh actually is, why it matters, and how to use it without breaking your avatar. In simple terms: vrcfaceblendh is a float parameter that controls a custom facial BlendShape (morph target) on your avatar. While VRChat provides built-in parameters for visemes (
If you’ve ever dipped your toes into VRChat avatar creation—specifically custom visemes or eye tracking—you’ve likely stumbled upon a peculiar term in the Unity Animator parameters list: vrcfaceblendh . Have you run into a weird issue where
Technically, yes. But here’s why vrcfaceblendh is better practice:
| Direct BlendShape | vrcfaceblendh Parameter | |------------------|----------------------------| | Hardcoded to one mesh | Works across LODs / multiple meshes | | May conflict with visemes | Easily blended with other face parameters | | No built-in normalization | Can be remapped (0–100% to 0–1 float) | | Can break avatar dynamics | Fully supported by Expression Menu & Actions |