ft_create_arkit_shapes
Generate all 52 ARKit blend shapes on a face mesh using procedural, template, or from_existing methods.
Instructions
Create all 52 ARKit blend shapes on a face mesh.
Args: mesh_name: Name of the face/head mesh (must have face vertex groups from ft_setup_face_vertex_groups for 'procedural' mode). method: Generation method: - 'procedural': Auto-generate shapes using vertex displacement recipes. Requires face vertex groups. Quality depends on topology but works for any mesh with proper groups. - 'template': Create 52 empty shape keys for manual sculpting. Always works, recommended for production avatars. - 'from_existing': Map existing shape keys to ARKit names using fuzzy name matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | procedural | |
| mesh_name | Yes |