Animation
Animation tools work from the filesystem, no addon required.
godotiq_animation_info Free
Section titled “godotiq_animation_info ”Animation data for any node: 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": "godotiq_animation_info", "args": { "path": "res://scenes/characters/player.tscn" }}godotiq_animation_audit PRO
Section titled “godotiq_animation_audit ”Find animation problems: broken tracks, missing transitions, wrong loop settings, unreferenced animations.
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": "godotiq_animation_audit", "args": { "path": "res://scenes/characters/", "checks": ["broken_tracks"] }}Related Tools
Section titled “Related Tools”- Code analysis:
godotiq_signal_mapreveals animation-related signal connections - Flow tracing:
godotiq_trace_flowfollows animation trigger chains - Guides: Workflows: Common debugging workflow patterns
Tools Overview See all 22 GodotIQ tools.