Block a user
05b141e67f
Merge remote-tracking branch 'upstream/blender-v3.5-release'
d66672e17a
WM: Fix invalid memory access in wmTimer handling code.
e0732b640a
Fix: Build with FFmpeg 6.0
a2d988b5da
Cleanup: function style casts for C++, use nullptr
a2cc7e1511
Merge branch 'blender-v3.5-release'
24f3cb9b5c
Fix #105381: Alt-Tab causes Alt to stick with multiple monitors on WIN32
5bb3dc84c1
Merge branch 'blender-v3.5-release'
WM: Fix invalid memory access in wmTimer handling code.
fab26f7c7e
WM: Fix invalid memory access in wmTimer handling code.
24f3cb9b5c
Fix #105381: Alt-Tab causes Alt to stick with multiple monitors on WIN32
d3cbfc96e0
Metal: Ensure explicit UBO bind indices
06cf84f77f
EEVEE: Resolve artifacts in EEVEE with Intel GPUs on macOS.
9801f7def8
Fix #105280: DRW: Allow UBO bindpoint of 0 for clipping data.
24f3cb9b5c
Fix #105381: Alt-Tab causes Alt to stick with multiple monitors on WIN32
d3cbfc96e0
Metal: Ensure explicit UBO bind indices
06cf84f77f
EEVEE: Resolve artifacts in EEVEE with Intel GPUs on macOS.
9801f7def8
Fix #105280: DRW: Allow UBO bindpoint of 0 for clipping data.
48aac51c35
Fix: EEVEE: Lightcache texture usage flags
Vulkan: Push constants
I may be missing something, but this whole switch
block feels like it does not belong here. It looks way too specific to me.
2a9f792c9e
Draw Next: Fix shader orco computation
8c29d84139
BLI: Prevent Overflow in Grouped Number Output
ff6ce25926
Add a basic support to BKE library linking code to generate liboverrides.
f5c56b4cd6
Animation: Remove the 'Weight Paint: Fix Deforms' operator
WM: Fix invalid memory access in wmTimer handling code.
Fair point, done.
Would keep MEM_freeN(wt->customdata)
together with the actual timer freeing though, sounds safer to me?
Regression: Crash when user opens directory instead of file on USD import
NOTE: Even though the underlying issue leading to the crash is going to be fixed soon, think this kind of error (invalid path) should also be detected by the operator itself, instead of starting a…