Tomasz Chabora
Tomasz Chabora
Looks like the regression part is fixed. The popup works correctly when you use embedded subwindows (default).
Well, #58577 was merged, so this might be functional now, but I didn't test. I'm not really interested in this feature anymore, so feel free to take over.
This should've been fixed already. Does anyone have up-to-date minimal reproduction project?
Rebased and still works.
Something is wrong with undo: https://github.com/godotengine/godot/assets/2223172/6f1012db-9672-4dba-8003-bddf636aa8a3
> I don't know if it's something that will happen automatically when people update editor versions. It won't. See https://github.com/godotengine/godot-proposals/issues/4444
> I'm not sure about the suggestion "I wonder if we should make it so the Output panel is opened if you currently don't have any panel open." because I...
I checked the minimal project. It has `ready` signal connected to AnimationPlayer's `play()`, so the animation autoplays when scene is opened. For whatever reason this causes crash when scene is...
I did a simple test and just enabling HDR in the project messes colors of many textures, which is what I'd assume is causing problems with the addon. I don't...
I'm not sure if shaders are supposed to work with particles or how to code that. Does a simple shader, e.g. color invert, work correctly?