--- ray/doc/notes/ReleaseNotes 2018/06/07 15:39:35 1.319 +++ ray/doc/notes/ReleaseNotes 2018/09/01 16:42:39 1.325 @@ -2217,3 +2217,21 @@ IESNA63 standards. Resurrected original bsdf2rad test program, renaming it bsdf2rado. Still an optional build in src/cv/. + +Fixed bug in rcontrib with virtual sources, where pretest was adding +to modifier accumulation buffers. Reported by Mostapha. + +Added an "aBSDF" material type that explicitly checks for peak extraction. +Its arguments are the same as the original "BSDF" type, but without the +thickness parameter, as proxy geometry is not supported by this new type. +The old "BSDF" type no longer does peak extraction under any circumstances, +since this behavior is superfluous for proxied geometry. + +Added -r option to bsdf2rad (and bsdfview) to fix BSDF min and max range +for comparing BSDFs. + +Fixed issue with pfilt -m option and uneven image size changes pointed +out by Rob Shakespeare. + +Updates to evalglare and gendaylit from Jan Wienold, including new +colored sky option.