remove_animation_track
Removes a specified track from an animation in a Godot scene by providing the scene path, animation name, and track index.
Instructions
Remove track from animation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_path | Yes | Path to .tscn scene file | |
| track_index | Yes | Track index to remove (0-based) | |
| animation_name | Yes | Animation name |