retarget_single_animation
Retarget a single animation sequence to a new skeleton using an existing IK Retargeter, ideal for quick validation before running batch operations.
Instructions
Retarget a single animation sequence using an existing IK Retargeter.
Convenience wrapper around batch_retarget_animations for single assets. Useful for quick tests before running the full batch.
Args: retargeter_path: Full content path to the IKRetargeter asset source_animation_path: Content path of the source animation output_path: Destination folder for the retargeted animation output_name: Output asset name (default: source name + "_Retargeted") overwrite: If True, overwrite an existing output asset
Returns: dict with keys: success, output_asset_path, message
KB: see knowledge_base/05_ANIMATION_SYSTEM.md#overview Example: retarget_single_animation(retargeter_path="/Game/MCP_Test/Example", source_animation_path="/Game/MCP_Test/Example", output_path="/Game/MCP_Test/Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overwrite | No | ||
| output_name | No | ||
| output_path | Yes | ||
| retargeter_path | Yes | ||
| source_animation_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |