Blender Git Loki
Git Commits -> Revision 9e929c9
Revision 9e929c9 by Brecht Van Lommel (master) July 23, 2017, 21:25 (GMT) |
Fix Cycles multi scatter GGX different render results with Clang and GCC. The order of evaluation of function arguments is undefined, and the order was reversed between these compilers. This was causing regressions tests to give different results between Linux and macOS. |
Commit Details:
Full Hash: 9e929c911e9b5d6a6a25219ebed3d44e72a9df67
Parent Commit: e982ebd
Lines Changed: +28, -20