Animation
Free All animation tools work from the filesystem — no addon required.
animation_info
Section titled “animation_info”Animation data: tracks, keyframes, length, looping, state machine transitions.
Parameters
Section titled “Parameters”| Parameter | Type | Default | Description |
|---|---|---|---|
path | string | required | Path to animation resource or scene with AnimationPlayer |
detail | string | "normal" | Output verbosity: "brief", "normal", "full" |
Example
Section titled “Example”{ "tool": "animation_info", "args": { "path": "res://scenes/characters/player.tscn" }}animation_audit
Section titled “animation_audit”Find animation problems: broken tracks, missing transitions, wrong loop settings.
Parameters
Section titled “Parameters”| Parameter | Type | Default | Description |
|---|---|---|---|
path | string | "res://" | Path to scan (file or directory) |
checks | array | ["all"] | Specific checks: "broken_tracks", "missing_transitions", "loop_settings", "unused_animations" |
detail | string | "normal" | Output verbosity |
Example
Section titled “Example”{ "tool": "animation_audit", "args": { "path": "res://scenes/characters/", "checks": ["broken_tracks"] }}Related Tools
Section titled “Related Tools”- Code analysis —
signal_mapreveals animation-related signal connections - Flow tracing —
trace_flowfollows animation trigger chains - Guides: Workflows — Common debugging workflow patterns
Tools Overview See all 35 GodotIQ tools.