--- ray/doc/notes/ReleaseNotes 2014/09/15 16:49:08 1.247 +++ ray/doc/notes/ReleaseNotes 2014/10/03 21:57:06 1.249 @@ -1975,3 +1975,17 @@ Added default specular lobe to BSDF interpolation. Set minimum number of shadow checks before direct optimization (4). (Above changes included in 4.2.1 patch release.) + +****** COMPATIBILITY CHANGE ******** +Made header input and output the default behavior for dctimestep and +genskyvec. + +****** COMPATIBILITY CHANGE ******** +Changed pabopto2bsdf default behavior to add 90-degree rotation +to bring pgII's definition of "up" in line with Klems axis +conventions. Introduced a new header variable "upphi" to +control this added rotation. Using "#upphi 90" in each +BSDF input file gets back the original behavior, where it +assumes that the up direction is 90-degrees from the X-axis. +The default value of 0 corresponds to PAB's definition of +the X-axis as being "up".