Blender Git Loki
Git Commits -> Revision 2dc4c07
Revision 2dc4c07 by Sergey Sharybin (blender-v2.75-release) June 18, 2015, 15:24 (GMT) |
Fix T41870: Cycles OSL - Changing rotation value in anisotropic shader crashes Blender Older OSX has major issues with sincos() function, it's likely a big in OSL or LLVM. For until we've updated to new versions of this libraries we'll use a workaround to prevent possible crashes on all the platforms. Shouldn't be that bad because it's mainly used for anisotropic shader where angle is usually constant. This fix is safe for inclusion into final Blender 2.75 release. |
Commit Details:
Full Hash: 2dc4c07d3a20ef30796e2a20737215cc93383a30
Parent Commit: c2420fe
Lines Changed: +14, -0
1 Modified Path:
/intern/cycles/kernel/shaders/stdosl.h (+14, -0) (Diff)