Blender Git Loki
Git Commits -> Revision 95687f9
Revision 95687f9 by Sergey Sharybin (master) October 31, 2014, 17:51 (GMT) |
Fix T42349: Windows Render command line Cycles Crash The issue was caused by GLEW MX enabled in SCons by default so basically previous commit already fixed the crash. But we need to be safe here. For now the fix is simple and not that clean, just check if there's an OpenGL context available and if not we don't do any GLSL magic. This is to be cleaned up after some discussion with the viewport project guys. |
Commit Details:
Full Hash: 95687f9751cae08b14d815656261c069aec41238
Parent Commit: 778afc8
Lines Changed: +11, -1
1 Modified Path:
/intern/cycles/blender/blender_sync.cpp (+11, -1) (Diff)