Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement dragging animation Audio Playback keyframes across tracks #6206

Open
CookieBadger opened this issue Jan 30, 2023 · 0 comments
Open

Comments

@CookieBadger
Copy link

Describe the project you are working on

A 2D rythm-platformer (it's complicated)

Describe the problem or limitation you are having in your project

When I have an AnimationPlayer with several tracks of the same type, I sometimes would like to move a keyframe from one track to another one. The main use case for this is audio tracks. It might happen on other tracks as well, though.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

When clicking and dragging a keyframe and hovering over another track, it should get removed from the first track and added to the second track on the position of the cursor. For audio tracks, I find this very intuitive, but for other track types, it could have the side-effect of accidentally moving keyframes, I'm not sure about it. But since for audio you also drag files onto the track (maybe onto the wrong one, by accident), it makes sense to have such a feature there.
214719769-070fbda7-87a2-4c77-955d-9188b51f1374

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

Explained in the previous section.

If this enhancement will not be used often, can it be worked around with a few lines of script?

I don't think an Editor plugin can do that.

Is there a reason why this should be core and not an add-on in the asset library?

AnimationPlayer is core and needs more usability :)

@Calinou Calinou changed the title Dragging Animation (Audio) Keyframes Across Tracks Implement dragging animation Audio Playback keyframes across tracks Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants