Animation Frame Picker

An asset by AniMesuro
The page banner background of a mountain and forest
Animation Frame Picker thumbnail image
Animation Frame Picker thumbnail image
Animation Frame Picker thumbnail image
Animation Frame Picker hero image

Quick Information

0 ratings
Animation Frame Picker icon image
AniMesuro
Animation Frame Picker

A Godot Engine add-on made by AniMesuro that adds a Frame Picker functionality for 2D Animation, allowing for more efficient frame keying on an animation track.

Supported Engine Version
3.4
Version String
1.2
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Animation Frame Picker for Godot

README Imgur

A Godot Engine add-on made by AniMesuro that adds a Frame Picker functionality for 2D Animation, allowing for more efficient keyframing on an animation track.

Table of Contents

Usage

The plugin adds a "Frame Picker" control to the second Upper Left Dock. The Frame Picker requires 2 nodes in the tree: AnimationPlayer and AnimatedSprite.

  1. Select an AnimatedSprite. (You can also select the selected one by right clicking)
  2. Select an Animation.
  3. Select the AnimationPlayer (This should select the AnimationPlayer in Editor automatically)
  4. Select the Animation from AnimationPlayer on the track editor.
  5. Done! Move the Timeline cursor to the desired time and press the desired frame on the FramePicker. This will keyframe at the selected time.

If you want to preview how a frame would look in a scene, right clicking the preview will apply it without keying.

Screenshots

Frame Picker

README Imgur

Tool in use

README Imgur

Videos

README Demo

Video Demo of Frame Picker add-on in use on a Godot project.

Integrations

Posepal

Frame Picker supports Posepal if the two versions are compatible.

When editing a pose, the PoseAnimationPlayer will be selected at the Frame Picker dock, allowing the frame palette to help keying frame data for the pose.

Disclaimer

It's advisable you configure the SpriteFrames BEFORE keyframing using the Frame Picker. Any frame you remove from SpriteFrames could make a frame key on the animation track invalid (frame > frame_count)

Deleting an AnimatedSprite:animation track will emit a ton of errors because the AnimatedSprite frames will be orphans of animation. Instead try to delete the AnimatedSprite:frame track first or disable the AnimatedSprite:animation track.

Frame Picker doesn't hold any warranty for any issue and bug that may break your scene. It is always advisable that you backup your project. I don't assume any responsibility for any possible corruption or deletion of your animations.

Bug Report

If you encounter any errors, try opening Godot's Debug Console on Windows or start Godot from the terminal and replicate the problem. When reporting an issue, make sure to include any errors printed there.

A Godot Engine add-on made by AniMesuro that adds a Frame Picker functionality for 2D Animation, allowing for more efficient frame keying on an animation track.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Animation Frame Picker icon image
AniMesuro
Animation Frame Picker

A Godot Engine add-on made by AniMesuro that adds a Frame Picker functionality for 2D Animation, allowing for more efficient frame keying on an animation track.

Supported Engine Version
3.4
Version String
1.2
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers