Bastien Montagne mont29
  • Amsterdam, The Netherlands
  • Blender developer, mainly focused on 'Core' module.

  • Joined on 2010-10-07
Bastien Montagne pushed to main at blender/blender 2023-03-03 15:27:18 +01:00
05b141e67f Merge remote-tracking branch 'upstream/blender-v3.5-release'
d66672e17a WM: Fix invalid memory access in wmTimer handling code.
Compare 2 commits »
Bastien Montagne pushed to main at mont29/blender 2023-03-03 15:26:47 +01:00
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'
Compare 24 commits »
Bastien Montagne pushed to blender-v3.5-release at mont29/blender 2023-03-03 15:26:28 +01:00
d66672e17a WM: Fix invalid memory access in wmTimer handling code.
Bastien Montagne deleted branch F-wmtimer-fix from mont29/blender 2023-03-03 15:24:39 +01:00
Bastien Montagne merged pull request blender/blender#105380 2023-03-03 15:24:37 +01:00
WM: Fix invalid memory access in wmTimer handling code.
Bastien Montagne pushed to blender-v3.5-release at blender/blender 2023-03-03 15:24:37 +01:00
d66672e17a WM: Fix invalid memory access in wmTimer handling code.
Bastien Montagne pushed to F-wmtimer-fix at mont29/blender 2023-03-03 15:23:02 +01:00
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.
Compare 7 commits »
Bastien Montagne pushed to blender-v3.5-release at mont29/blender 2023-03-03 15:22:15 +01:00
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
Compare 6 commits »
Bastien Montagne commented on pull request blender/blender#104880 2023-03-02 22:24:12 +01:00
Vulkan: Push constants

From my very (very) limited knowledge, code looks good besides note below.

Bastien Montagne commented on pull request blender/blender#104880 2023-03-02 22:24:12 +01:00
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.

Bastien Montagne pushed to main at mont29/blender 2023-03-02 21:08:04 +01:00
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
Compare 4 commits »
Bastien Montagne pushed to F-wmtimer-fix at mont29/blender 2023-03-02 19:55:02 +01:00
fafa5b9fcd WM: Fix invalid memory access in wmTimer handling code.
Bastien Montagne commented on pull request blender/blender#105380 2023-03-02 18:58:44 +01:00
WM: Fix invalid memory access in wmTimer handling code.

Ah OK I see now, done.

Bastien Montagne pushed to F-wmtimer-fix at mont29/blender 2023-03-02 18:58:21 +01:00
2332bc4e54 WM: Fix invalid memory access in wmTimer handling code.
Bastien Montagne pushed to F-wmtimer-fix at mont29/blender 2023-03-02 18:54:23 +01:00
3b608183e1 WM: Fix invalid memory access in wmTimer handling code.
Bastien Montagne pushed to F-wmtimer-fix at mont29/blender 2023-03-02 18:52:08 +01:00
87ef63b1ec WM: Fix invalid memory access in wmTimer handling code.
Bastien Montagne commented on pull request blender/blender#105380 2023-03-02 18:50:39 +01:00
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?

Bastien Montagne commented on issue blender/blender#105160 2023-03-02 18:05:02 +01:00
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…