--- ray/doc/notes/ReleaseNotes 2016/09/15 22:34:41 1.286 +++ ray/doc/notes/ReleaseNotes 2016/10/14 00:57:16 1.288 @@ -2113,3 +2113,10 @@ Fixed issue with multiple records on picture output in Credit to Sarith Subramaniam for pointing out the problem. Made mkillum more tolerant of non-planar polygons in its sampling routines. + +Added "-recover" option to genBSDF to pick up where it left off. + +Fixed genBSDF issue that was created incorrect normalization of +Klems output. Thanks to David G-M and Christian Knoflach for +discovering the error. Also improved sampling of indirect irradiance +that showed some slight bias due to poor sample collision avoidance.