makehumancommunity / makehuman

This is the main repository for the MakeHuman application as such.
http://www.makehumancommunity.org
Other
1.18k stars 244 forks source link

Blank black main window on Ubuntu v22.04 #198

Closed kshepherd2013 closed 1 year ago

kshepherd2013 commented 2 years ago

(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.

rwbaer commented 1 year ago

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