Blender Git Commit Log
Git Commits -> Revision 0834015
Revision 0834015 by Sergey Sharybin (master) January 28, 2016, 10:39 (GMT) |
Fix/Workaround T46412: Defocus node not working on Windows 32 bit The issue was caused by some functions in compositor returning garbage values. Partially the issue was caused by vc12_xp toolset we're using, but even with regular vc120 toolset nodes like bokeh image did not work correct. This is a bit weird solution, which could indicate some sort of compiler bug, but is also actually makes sense because we do use SSE intrinsics in the compositor now. Maybe it all gets interfered in some way. In any case, if someone wants to find a real solution for the issue please go ahead. This shouldn't have affect on supported platform because we already demand CPU to have SSE2 support. |
Commit Details:
Full Hash: 0834015b7410e6939e7310dd5e4ad01dabad2dfc
Parent Commit: 2a8f1c6
Lines Changed: +5, -0
1 Modified Path:
/source/blender/compositor/CMakeLists.txt (+5, -0) (Diff)