-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Bottom panel: Shader Editor keeps popping up over Animation tab #99772
Comments
This very well might be a bug, but in the meantime you can use the pin (📌) icon to keep one of the bottom panel tabs open. It was recently added in #98074. |
I can't reproduce the behavior shown in your video, with the uploaded MRP, in Godot 4.4.dev5, on Windows 10. I tried restarting the project before attempting to replicate the steps in your video:
Then I tried restarting again, repeating the steps, and still can't replicate. There might be other editor or project settings involved in the behavior you saw. Or perhaps the editor bug is only triggered by a specific state that was only reached in your project, but not the MRP. Can you check again to see if you can replicate the behavior with only the MRP you uploaded, and if so, record a video of the steps? Also, if you can reproduce the bug in 4.4dev5, can you also check the MRP in 4.3 and see if the bug is still there? Thanks for reporting and thanks in advance for testing further. |
I tested this issue and actually there's an extra step that needs to be done for reproduce this bug:
unknown_2024.11.28-08.40.mp4 |
Thanks @matheusmdx for narrowing it down and @tetrapod00 for reminding me of the pin feature! Good to know it's an actual issue, and that I can work around it for the time being. |
Tested versions
System information
Godot v4.4.dev5 - Windows 10.0.19045 - Single-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 (NVIDIA; 32.0.15.6094) - AMD Ryzen 7 5800X 8-Core Processor (16 threads)
Issue description
The UX of the bottom panel could greatly benefit from improvement. To keep this report contained to a single issue, here's something I've just run into:
when I want to edit an animation frame, I select the Sprite2D node to edit the keyframe - but then the animation panel switches over to the shader panel, so I have to switch back again before I can edit the keyframes.
hm.mp4
Steps to reproduce
(this seems to only happen after reopening the project?)
Minimal reproduction project (MRP)
mrp.zip
The text was updated successfully, but these errors were encountered: