ft_combine_shape_keys
Combine weighted shape keys into a single new shape key for a face mesh, using specified weights.
Instructions
Combine multiple shape keys with weights into a new shape key.
Args: mesh_name: Name of the face mesh. output_name: Name for the combined output shape key. sources: JSON array of {"name": "shape_name", "weight": 0.5} objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sources | No | [] | |
| mesh_name | Yes | ||
| output_name | Yes |