Mirror an animation horizontally
mirror_animationFREE, no AI. Flip every cached frame of ONE animation horizontally and rebuild it — the cheap way to get walk_left from walk_right. NOT idempotent: calling it twice flips the animation back to its original orientation, so call it once and check the result before calling again. Frame count and order are preserved, so any frame selection stays valid. To keep BOTH directions, call duplicate_animation first and mirror the copy. Returns { jobId, mirrored } (frames flipped) — poll get_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| animation | Yes | Animation slug to flip in place. | |
| characterId | Yes | Character id. |