Skip to content

Animation

Free All animation tools work from the filesystem — no addon required.

Animation data: tracks, keyframes, length, looping, state machine transitions.

ParameterTypeDefaultDescription
pathstringrequiredPath to animation resource or scene with AnimationPlayer
detailstring"normal"Output verbosity: "brief", "normal", "full"
Tool call
{
"tool": "animation_info",
"args": { "path": "res://scenes/characters/player.tscn" }
}

Find animation problems: broken tracks, missing transitions, wrong loop settings.

ParameterTypeDefaultDescription
pathstring"res://"Path to scan (file or directory)
checksarray["all"]Specific checks: "broken_tracks", "missing_transitions", "loop_settings", "unused_animations"
detailstring"normal"Output verbosity
Tool call
{
"tool": "animation_audit",
"args": { "path": "res://scenes/characters/", "checks": ["broken_tracks"] }
}