Blender Git Loki
Git Commits -> Revision 089d2a1
Revision 089d2a1 by Dalai Felinto (master) February 8, 2016, 17:15 (GMT) |
Fix: Empty > Image not working in some hardwares Basically the default U.glalphaclip was 1.8367099231598242e-40 in some computers (e.g., OSX 10.11, AMD Radeon HD 6750M) this value would need for bad gl clipping. The new default is 0.0. To test this before/after the fix, just run: $ blender -b --factory-startup --python-expr "import bpy; print(bpy.context.user_preferences.system.gl_clip_alpha)" |
Commit Details:
Full Hash: 089d2a18d92c3f6637b28ef56f28a455f4f0a910
Parent Commit: 6e16bec
Lines Changed: +3, -0
1 Modified Path:
/source/blender/blenloader/intern/versioning_defaults.c (+3, -0) (Diff)