Thomas Röthenbacher

Results 5 comments of Thomas Röthenbacher

Did you install it via rustup as described in the README or did you install it via cargo? Because the version cargo pulls from crates.io is just an empty placeholder.

I think the solution here would be to change `glfw.ERROR_REPORTING = True` to `"warn"` or `"log"` instead.

Not quite. I have managed to get rid of all the remaining errors in the logs by setting the environment variable `PYOPENGL_PLATFORM` to `"egl"` and I think I managed to...

Ok, I managed to get the rendering working when pressing F12 I think: ![render](https://user-images.githubusercontent.com/62070480/143390116-58008cce-7060-4fef-ade8-e73e759cd216.png) On a normal gnome installation you have to set PYOPENGL_PLATFORM="egl" and it works. However viewport rendering...

Nevermind, it seems like you have to `PYOPENGL_PLATFORM=osmesa blender` instead. I think this has to do with the fact, that blender still uses xwayland by default. Anyways: On a usual...