AnimationAuthoringAi
6 tools in this family (folder Editor/Tools/AnimationAuthoringAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
animauthor_describe_clip | read-only | Return a human-readable summary of an existing AnimationClip asset: duration, frame_rate, |
animauthor_generate_humanoid_from_prompt | writes | Generate a humanoid AnimationClip asset from a natural-language prompt using the user's BYOK provide… |
animauthor_generate_idle_loop | writes | Generate a subtle idle breathing loop (humanoid). Convenience wrapper that prompts the LLM for |
animauthor_generate_locomotion_set | writes | Generate a complete locomotion set (idle + walk + run + jump) as four humanoid AnimationClips. |
animauthor_iterate_existing_clip | writes | Iterate on an existing humanoid AnimationClip: Buril reads the current curve summary, asks the LLM |
animauthor_validate_spec | read-only | Validate an AnimationKeyframeSpec JSON object against the schema (monotonic time, normalized |