Skip to content

Add missing tracks based on the RESET animation

License

Notifications You must be signed in to change notification settings

timothyqiu/godot-animation-resetter

Repository files navigation

Godot Animation Resetter

MIT license 中文 README

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.

Installation

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.

Usage

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.

About

Add missing tracks based on the RESET animation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published