-
-
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
FileSystem thumbnails display 2D scene (impressive bug!) #7812
Comments
I've never seen this using the master branch on linux - so tagging it as a windows bug for now. |
I can confirm this on Ubuntu Linux 16.10. compiled from master, commit: 9cdd364 |
"impressive bug" should be a new tag, this looks cool :p
…On 14 February 2017 at 21:04, ni-code ***@***.***> wrote:
I can confirm this on Ubuntu Linux 16.10.
GPU nvidia GeForce GTS 450, using proprietary driver 367.57
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7812 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGVmPd7O3PKBVAakD_fsicLyvsXjXr6hks5rckD4gaJpZM4MBDos>
.
|
@punto- I think "feature" is a good tag for it already 😛 |
I heard someone wanted to implement a live preview for the currently edited scene like this 🤣 |
I wondered why all resource icons were grey everywhere. Now I know :p |
Can confirm. Arch Linux, latest master. But here it displays the 3D view instead of the 2D one 😆 |
Can confirm on MacOS X El Capitan 10.11.6. |
@Ahmed0425 Yeap, you are wrong. It is not the same bug, it is different bugs |
I have built 2e3145d and the device selection icon is doing the same thing. So whatever this issue is, it isn't only tied to the filesystem node. Can anyone confirm this? |
I love this |
I noticed that if you remove the device button, the filesystem icons become a solid rectangle, either red or white. With the button, the filesystem icons and the button look fine (somewhat, and only if you've resized the window), but the scene not so much. And you have a lot of these at the console:
The viewport bug happens in both cases (edit: oh, RayKoopa already showed that). So from what I see, this issue must be related to the gles3 renderer, somewhere in the texture management code. The renderer is using texture data it's not supposed to. I don't know a lot about rendering though, maybe @reduz can enlighten us on this. |
I feel terrible to have fixed this bug, but it's sadly gone :( |
3.0 master
Issue description:
Thumbnails are not displayed and instead an upside-down view on the editor 2D scene.
This bug exists since several weeks now on Windows 10 x64 (possibly more OSes) so I thought I share it :)
Steps to reproduce:
Open any project, see thumbnails getting trashed and your console filled with things like this:
Also, if I make the editor window smaller than the "internal minimum size" (or what that is, when it stops resizing the inner contents), everything gets worse:
The text was updated successfully, but these errors were encountered: