Page 1 of 1

Eyes Problem

Posted: Tue Jun 03, 2014 2:41 pm
by Rmarar
Hello , im rendering a shot that i animated with malcolm but the eyes seems like they have a source light on them but i didnt add it ! and if i opened the rig file without anything it would look the same ! im using maya 2015 ...is there something that i should do to the eyes to make them not "glow-y"?

Re: Eyes Problem

Posted: Wed Jun 04, 2014 2:54 pm
by admin
Change the materials on his eyes: eyeWhite
Take out the ambient color.

for example:
setAttr "malcolm_v109:eyeWhite.ambientColorR" 0;
setAttr "malcolm_v109:eyeWhite.ambientColorG" 0;
setAttr "malcolm_v109:eyeWhite.ambientColorB" 0;

Re: Eyes Problem

Posted: Thu Jun 05, 2014 10:44 am
by Rmarar
Worked Thanks A lot ! :)