--- ray/doc/notes/ReleaseNotes 2012/01/18 00:30:35 1.192 +++ ray/doc/notes/ReleaseNotes 2012/05/17 17:36:14 1.197 @@ -1810,3 +1810,16 @@ driver for rvu, which is built in the new subdirectory Version 4.2 Axel Jacobs added -cp and -palettes options to falsecolor. + +Fixed bug in matrix output of genBSDF introduced shortly before 4.1 release. + +Made rvu more responsive in multi-processing mode when changing parameters. +Explicit "new" command not needed to show changes, because it goes back +to "immediate mode" once something is changed. Processing will be slow +but response time quick until next "new" command. + +Fixed major bug in transmitting proxy material sampling. + +Patched cmake build tools (changes by Zack Galbreath). + +Removed requirement for pflip -h to be given input file (can pipe from stdin).