--- ray/doc/notes/ReleaseNotes 2018/06/25 20:49:10 1.321 +++ ray/doc/notes/ReleaseNotes 2018/07/20 00:50:40 1.323 @@ -2221,8 +2221,11 @@ 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 "sBSDF" material type that explicitly checks for peak extraction. +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.