-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Crash in animation bezier editor when moving keys #31924
Comments
Doesn't happen in 5323d24. You sure it's not one of the patches you use? Reproduction project/more precise steps? |
It happened only once and I thought it's best to write it down maybe it helps. I've tried a few minutes to reproduce it but I couldn't. It's not very likely from the patches I use, they focus on very specific things that have nothing to do with the animation editor. I'll keep an eye on it as I have some animations to edit. |
Crashed again. I think it's related to duplicate and then move in some conditions.
|
Ok, after a few hours of trying I as able to screen record what I was doing so now I'm able to reproduce it:
I think it has to do with the fact that that on duplicate the new nodes are selected but this is not added to the undo history and when you undo you will have a selection with keys that are no longer available which will make the next move crash. godot/editor/animation_bezier_editor.cpp Lines 1132 to 1144 in 3e46965
|
Ok, confirmed in 3e46965 |
Still valid in de465c4 |
3.2.alpha latest master with a few patches of my own.
Ubuntu 18.04
Crash with backtrace when moving keys. The terminal shows the following:
The text was updated successfully, but these errors were encountered: