ft_mirror_shape_key
Mirror a shape key from one side to the other, such as sculpting a left smile and automatically creating a mirrored right smile.
Instructions
Mirror a shape key from one side to the other (e.g., Left→Right).
Sculpt mouthSmileLeft, then mirror to mouthSmileRight automatically.
Args: mesh_name: Name of the face mesh. source_shape: Source shape key name to mirror from. target_shape: Target name. Auto-generates by swapping Left/Right if empty. axis: Mirror axis — X (default, left/right), Y, or Z.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | X | |
| mesh_name | Yes | ||
| source_shape | Yes | ||
| target_shape | No |