makehumancommunity / makehuman

This is the main repository for the MakeHuman application as such.

Home Page:http://www.makehumancommunity.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blank black main window on Ubuntu v22.04

kshepherd2013 opened this issue · comments

(Fix already submitted as pull request)
After upgrading to Ubuntu v22.04, I tried to run makehuman release version, and also nightly build.
In both cases the main opengl window widget is blank and black.
I fixed this by upgrading QGLWidget to QOpenGLWidget in the code.
It is now working well, and I have been using it normally for several days.
Qt deprecated QGLWidget in Dec 2014, v5.4 which is why I tried this change.

The view tab now handles z-clipping as expeced. I think this can be closed