--- ray/doc/notes/ReleaseNotes 2015/12/04 22:16:18 1.272 +++ ray/doc/notes/ReleaseNotes 2016/02/03 01:57:06 1.275 @@ -2064,3 +2064,12 @@ Fixed issue with vchars.mta and symbols.mta not being the appropriate metafile library location, with help from Rob G. Added ability to give quoted strings to output= directive in rfluxmtx. + +****** COMPATIBILITY CHANGE ******** +Added ability to digest color (CIE-XYZ) input in pabopto2bsdf. +This change alters the .sir (interpolant) format, so these files +will need to be regenerated. Use the new "#colorimetry: CIE-XYZ" tag +to enable on input. + +Rewrote bsdf2klems to support tristimulus color and call wrapBSDF. +Did the same for bsdf2ttree. Function specifications still gray only.