Difference between revisions of "FAQ:MakeHuman renders odd colours and weird transparency artefacts. Can you help me?"

From MakeHuman Community Wiki
Jump to: navigation, search
Line 1: Line 1:
 
'''This page is only relevant for MH 1.1.x. If you experience the same problem with MH 1.2.x, please make a bug report and include the log file.'''  
 
'''This page is only relevant for MH 1.1.x. If you experience the same problem with MH 1.2.x, please make a bug report and include the log file.'''  
 +
 +
If you experience this problem and are still using MH 1.1.x, please consider testing MH 1.2.x to see if it solves your problem. MH 1.1 and 1.2 should be possible to
 +
run side by side on the same machine.
  
 
The problem is that your graphics card drivers that do not understand the somewhat quirky way MakeHuman uses OpenGL with shaders.
 
The problem is that your graphics card drivers that do not understand the somewhat quirky way MakeHuman uses OpenGL with shaders.

Revision as of 13:06, 24 May 2020

This page is only relevant for MH 1.1.x. If you experience the same problem with MH 1.2.x, please make a bug report and include the log file.

If you experience this problem and are still using MH 1.1.x, please consider testing MH 1.2.x to see if it solves your problem. MH 1.1 and 1.2 should be possible to run side by side on the same machine.

The problem is that your graphics card drivers that do not understand the somewhat quirky way MakeHuman uses OpenGL with shaders.

This is a common problem of many graphic cards from all common producer (AMD, Intel, NVIDIA). From Intel.com:

"OpenGL* is an API (Application Programming Interface) for 3D graphics that is used by many games. OpenGL enables hardware acceleration of 3D graphics, so support is required from the graphics drivers for optimum performance. The latest graphics drivers will usually provide the best compatibility with games that use OpenGL. Graphics drivers that come with Microsoft Windows or that are downloaded from Windows Update typically do not support OpenGL."

On possible solution is to check the vendor official site download and install latest graphics drivers for your card.

If all else fails, MakeHuman has a fallback mode that disables all shaders and takes you back to good old 2003 fixed function shading. To enable this, run makehuman with the following commandline option:

makehuman --noshaders

In windows, the easiest way to do this is to create a shortcut:

Noshaders1.png

And then edit it and add "--noshaders"

NoShaders2.png