--- ray/doc/notes/ReleaseNotes 2021/11/29 16:07:36 1.397 +++ ray/doc/notes/ReleaseNotes 2021/12/14 02:33:18 1.400 @@ -2489,3 +2489,15 @@ fixes the following problems: geometry; approximations are substituted and warning messages issued. Unfortunately, this code is not tested, since I don't have any IES files that use these shapes. + +Added support for depth-of-field blurring in vwrays using -pd option. +Also, made -c count work with vwrays -i, producing multiple samples +per indicated pixel position. At the same time, support for the -pd +option was added to rtpict, which calls on vwrays for its samples. + +Fixed issue with BSDFs that didn't obey reciprocity, where direct +sampling wasn't following exactly with indirect sampling. This was +discovered and reported by Jon Sargent. + +Created checkBSDF tool to test XML BSDF reciprocity and perform similar +sanity checks.