Yeah i had the same problem today .. i thought i was going mad .. obviously not.. and it was due to invalid lightcache samples… what caused i dont know as yet.
Make sure that your light cache sample size is set to a larger 0. After playing around with PPT I discovered that calculating a single frame light cache map with a sample of 0.0 results in an invalid light map. So I returned the sample size back to default and all is fine.
The only problem is that you cannot save an unbiased light map (sample size 0.0) when using the PPT method. You have to set the sample size to .000001 or something like that.
I agree there is something going on. I did into a similar problem as you guys last night. I was just able to reproduce the problem when setting the sample size to zero. So, I know it’s possible to encouter this simliar if not same problem if people are changing the sample size zero and forgetting it there. After setting the sample size back I have not had a problem since…
How are you guys calculating your light cache map?
You probably get an invalid color somewhere along the process, which then propagates throughout the scene and sucks up all of the lighting (that’s GI for you :-)) Look at the VRay messages window to see if you are getting any “overbright or invalid color” warnings.
I’ve been getting random overbrights as well - may or may not be related but I especially took a major hit (a big list of them) when I switched over to IR Buckets when rendering DR. Rmove the ‘buckets’ and it went away…
The reasons for the invalid colors may be several: missing UVW coordinates (to a large extent this is corrected for the next release), invalid UVW coordinates (applying cropping to the bitmaps usually helps), the Ward BRDF in some cases (this is corrected for the next release), RPC objects under some conditions (they need some Reflection option on or off not sure which one).
I too just had this occur. I have rendered this scene a dozen times and now all of a sudden I am getting massive overbright and invalid colors with the Light Cache. Once I get them the whole scene turns nearly white. I cannot figure out what I changed that caused this. When I revert the scene back the way it was when it last rendered correctly it is still doing it.
After much searching I fixed the problem by removing a displacement mod from an object that was intersecting geometry. I can live without it, and it seems to have resolved the issue.