Blender Git Loki
Git Commits -> Revision 0f95cc8
Revision 0f95cc8 by Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 13, 2020, 15:13 (GMT) |
Fix T77455: Blender Freezes when using the 3d Scale Gizmo Issue is reported on Linux ith Intel HD6xx iGPU. Inside `gpu_select_sample_query.c` the call to `glGetQueryObjectuiv` froze. After bisecting this lead to the polyline shader. When using a 3d color shader in stead of the polyline shader during selection seems to fix the issue. Other parts of blender might also be effective, but I wasn't able to freeze blender in these areas. When it does, we might want to add a similar work-around to button2d, cage2d, cage3d & move3d, navigate. Backport this patch to 2.83. Reviewed By: Cl�ment Foucault Differential Revision: https://developer.blender.org/D8217 |
Commit Details:
Full Hash: 0f95cc8293b0bb1d1b84cd88f96b643e8bcf7365
Parent Commit: abdaf41
Lines Changed: +2, -1
1 Modified Path:
/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c (+2, -1) (Diff)