--- ray/doc/notes/ReleaseNotes 2012/05/17 17:36:14 1.197 +++ ray/doc/notes/ReleaseNotes 2012/08/07 18:17:17 1.203 @@ -1823,3 +1823,19 @@ Fixed major bug in transmitting proxy material samplin Patched cmake build tools (changes by Zack Galbreath). Removed requirement for pflip -h to be given input file (can pipe from stdin). + +Added "Number of processes" slider to trad "Action" pane to control rad -N +option for rvu and batch rendering. + +Added -c option to vwrays to repeat pixels for rtcontrib. + +Reworked rtcontrib program and renamed to rcontrib. New version runs much +faster, especially on multiprocessor systems, and doesn't require as much +memory. No longer calls rtrace; instead does all the work itself. + +Added -d option to genskyvec to produce direct-only (sun no sky) vector. + +Added Ashikhmin-Shirley anisotropic BRDF model (ashik2) with help +from Nicolas Boneel. + +Added Ruby rewrite of objview.csh by Rob Guglielmetti.