--- ray/doc/notes/ReleaseNotes 2017/08/11 21:39:52 1.300 +++ ray/doc/notes/ReleaseNotes 2018/03/19 23:40:33 1.314 @@ -2058,7 +2058,7 @@ Fixed early exit of rcontrib with internal error (samp discovered by Rob G. ================================= -Version 5.1 +Version 5.1 (Released 8/17/2017) Fixed issue with vchars.mta and symbols.mta not being installed in the appropriate metafile library location, with help from Rob G. @@ -2155,3 +2155,45 @@ which looked to be too difficult from an implementatio Added bsdfview tool analogous to objview but for BSDF files (XML and SIR), which calls bsdf2rad then rad with a few useful default views. + +========================= +Version 5.2 + +Created psketch program to apply non-photorealistic rendering to selected +objects, identified by modifier name(s). + +Added '*' and '/' operations to rmtxop for element-wise multiplication and +division of same-sized matrices. + +Changed falsecolor so "-s" option is adjusted to match legend if one. + +Falsecolor legend changes and improvements by David G-M and Stephen W. + +Fixed bug in peak extraction code that generated +"Bad call to SDqueryTreProjSA" error, reported by Lars Grobe. + +Increased maximum luminance to 10^7 in pcond to fix issue noticed +by Axel Jacobs where veiling glare not added for the sun under +some conditions. + +Increased maximum number of open files in rcontrib to the system upper +limit of 2048 rather than the default 512 under Windows. + +Added top-level resources directory with files from Rob Guglielmetti. + +Improved accuracy for peaky BSDFs and small light sources. + +Fixed issue with pmapdump noted by Axel Jacobs. + +Improved accuracy of bsdf2ttree when converting scattering interpolation +representatons with strong peaks. + +Tweaked peak-extraction code to work more reliably. + +Georg Mischler updated SCons build system. + +Rob Guglielmetti and Alex Swindler updated CMake build system. + +Modified pcomb so the first view seen in the inputs is written into header. + +Wrote rtpict script to run rtrace in parallel mode and simulate rpict with -n option.