This plugin adds a "Complete Tracks from RESET" option to the Animation menu in Animation bottom panel. The menu option adds missing animation tracks based on the tracks available in a RESET animation.
Tip
This plugin is no longer necessary since Godot 4.2. Enabling the deterministic
property of AnimationPlayer
effectively uses RESET animation as a fallback.
This is a regular plugin for Godot. To install, download the ZIP archive,
extract it, and move the addons/
folder it contains into your project folder.
Then, enable the plugin in project settings.
After enabling the plugin, you'll see a "Complete Tracks from RESET" option in
the Animation menu of the Animation bottom panel. This option is enabled when
the selected AnimationPlayer
has a RESET
animation.
After selecting this menu item, you will be prompted to confirm the tracks added to each animation before the operation is executed. The operation is undoable.