--- ray/doc/notes/ReleaseNotes 2020/03/25 01:51:09 1.365 +++ ray/doc/notes/ReleaseNotes 2020/04/06 21:13:33 1.367 @@ -2348,3 +2348,14 @@ Fix to glarendx issues with dgi calculation. Made it so rmtxop and dctimestep undo any exposure applied to Radiance pictures they may load. + +Added objutil utility to manipulate Wavefront .OBJ files. + +Fixed a crash related to rtrace -om or -oM with mesh instances containing +materials. + +Improved rtrace flushing function to handle any value for -x without +deadlock on controlling process. + +Eliminated unnecessary start-up procedures for rtrace when only ray-casting +is needed (i.e., no tracing or value output).