--- ray/doc/notes/ReleaseNotes 2015/06/04 01:19:30 1.265 +++ ray/doc/notes/ReleaseNotes 2015/09/18 18:29:00 1.269 @@ -2043,3 +2043,16 @@ of genBSDF XML output. Prompted by Roland S., added option to have pcompos -a order rows from top rather than bottom of image. + +Changed dctimestep to accept matrix as well as BTDF input +in the VTDs invocation mode. This permits the output of +rmtxop to be used in a pinch when combining multiple BTDF +layers, although interreflection between layers is not +accounted for properly as it is in the WINDOW program. + +Added Jan Wienold et al.'s evalglare to distribution. + +Hopeful fix to deadlock issue under Mac OS X 10.10.x (Yosemite). + +Fixed early exit of rcontrib with internal error (sample behind sender) +discovered by Rob G.