Blender Git Commit Log
Git Commits -> Revision 202e7cc
Revision 202e7cc by Jeroen Bakker (master) July 7, 2020, 14:22 (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: 202e7ccaaee8909f72465f67ab59626fa6dd3a48
Parent Commit: d1dcd2b
Lines Changed: +2, -1
1 Modified Path:
/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c (+2, -1) (Diff)