--- ray/doc/notes/ReleaseNotes 2016/03/04 16:52:03 1.276 +++ ray/doc/notes/ReleaseNotes 2016/07/13 00:51:17 1.281 @@ -2082,3 +2082,19 @@ process as it disentangles its shared memory. We now wait for all the processes together, so they can disentangle in parallel. It can still take up to a minute in some cases, but not 10 minutes like it was taking before the fix. + +Enabled ambient cache value corral for all levels, not just final two. +This may reduce errors in certain pathological scenes. + +Added -in option to rcalc, rlam, and total to limit the number of +input records in hopes of circumventing Windows EOF issues on binary data. +Also added -on option to rcalc and total for logical symmetry. + +Increased modifier limit to 10,000 in rcontrib. + +Fixed issues with glrad and added zoom response to mouse wheel input. + +Added missing definition of "ashik2" material type to reference manual. + +Changed genBSDF to calculate device thickness assuming Zmax==0 so +pkgBSDF will generate correct proxy geometry.