tornavis/source/blender/windowmanager
Jeroen Bakker cb986446e2 Fix Crash: Switching to wireframe mode.
Crash introduced by {rB0cb5eae}.

When switching to between drawing modes the region.draw_buffer could be
uninitialized when the gizmo depth test is performed. When the mouse is
placed on top of a gizmo part that could be highlighted would crash.

This fix adds a early exit when depth testing is requested, but there
isn't a draw_buffer. Not sure this is an root cause fix.

Reported by multiple animators in Blender Studio.
2022-02-04 14:00:06 +01:00
..
gizmo Fix Crash: Switching to wireframe mode. 2022-02-04 14:00:06 +01:00
intern Fix T66913: undo after frame-change doesn't refresh properly 2022-02-03 21:37:42 +11:00
message_bus Fix/workaround MSVC compile error with messag-bus 2022-01-13 20:40:52 +01:00
xr Cleanup: use the ELEM macro 2022-01-07 17:48:25 +11:00
CMakeLists.txt XR Controller Support Step 5: Navigation 2021-10-26 13:34:58 +09:00
WM_api.h Performance: Remap multiple items in UI 2022-01-26 11:12:35 +01:00
WM_keymap.h Cleanup: remove redundant const qualifiers for POD types 2022-01-07 14:16:26 +11:00
WM_message.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
WM_toolsystem.h Cleanup: move public doc-strings into headers for 'windowmanager' 2021-12-08 17:12:41 +11:00
WM_types.h Outliner: Compile all Outliner files in C++ 2022-01-13 17:01:47 +01:00
wm.h Cleanup: move public doc-strings into headers for 'windowmanager' 2021-12-08 17:12:41 +11:00
wm_cursors.h UI: wait for input for operators that depend on cursor location 2021-09-17 12:57:28 +10:00
wm_draw.h Merge branch 'blender-v2.90-release' into master 2020-08-07 10:04:57 +02:00
wm_event_system.h Cleanup: move public doc-strings into headers for 'windowmanager' 2021-12-08 17:12:41 +11:00
wm_event_types.h Cleanup: spelling in comments 2022-01-24 14:35:23 +11:00
wm_files.h Cleanup: move public doc-strings into headers for 'windowmanager' 2021-12-08 17:12:41 +11:00
wm_surface.h Fix T93649: Blender freezes when saving with active VR session 2021-12-14 15:23:50 +01:00
wm_window.h Cleanup: remove redundant const qualifiers for POD types 2022-01-07 14:16:26 +11:00