Page 1 of 1

Human in aplication without color

PostPosted: Fri Aug 14, 2009 1:36 pm
by tarabaz
Hi,

I'am using the Builds from Joepals Site. Since some Revisions the Human in 3d view is only black (like a shadow). My os is Debian Sid. With a build from last week, everything works fine.

I like the way the workflow of hamehuman is going and i hope, that this time makehuman will be finished befor you guys rewrite and redesign everything from zero ;)

And befor i forgot it: sorry for my bad english, its not my nativ language.

Re: Human in aplication without color

PostPosted: Fri Aug 14, 2009 1:59 pm
by mflerackers
Daily SVN builds are not as stable as version builds. It looks like GLSL shaders are turned on in your build, and it seems your pc has a problem with them. Look in human.py, there should be a line:

# Uncomment the following 3 lines to use a shader

comment the 3 lines following that line and try again.

Re: Human in aplication without color

PostPosted: Sat Aug 15, 2009 12:55 pm
by tarabaz
Hi,

thanks for your reply, it solves the problem.

yes, my graphiccard don't support glsl, i'am not a fan of computergames so it was never a problem. but since blender supports glsl for realtime preview i think it's a good time to buy a new one.

Re: Human in aplication without color

PostPosted: Sat Aug 15, 2009 1:07 pm
by mflerackers
So it seems I need to adapt my code to check if glsl will work, normally it should have fell back to non shader rendering :)