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

  • Joined on 2010-10-07
Bastien Montagne pushed to main at mont29/blender 2023-02-26 15:52:49 +01:00
ec6e7d97ca Fix OSX implementation of BLI_current_working_dir and improve tests.
Bastien Montagne deleted branch fix-bli-cwd from mont29/blender 2023-02-26 15:52:33 +01:00
Bastien Montagne merged pull request blender/blender#105220 2023-02-26 15:52:31 +01:00
Fix OSX implementation of `BLI_current_working_dir` and improve tests.
Bastien Montagne pushed to main at blender/blender 2023-02-26 15:52:30 +01:00
ec6e7d97ca Fix OSX implementation of BLI_current_working_dir and improve tests.
Bastien Montagne pushed to fix-bli-cwd at mont29/blender 2023-02-26 15:26:33 +01:00
3d9eff5762 Fix OSX implementation of BLI_current_working_dir and improve tests.
Bastien Montagne created pull request blender/blender#105220 2023-02-26 14:51:21 +01:00
Fix OSX implementation of BLI_current_working_dir and improve tests.
Bastien Montagne created branch fix-bli-cwd in mont29/blender 2023-02-26 14:50:38 +01:00
Bastien Montagne pushed to fix-bli-cwd at mont29/blender 2023-02-26 14:50:38 +01:00
baa98a2822 Fix OSX implementation of BLI_current_working_dir and improve tests.
Bastien Montagne pushed to blender-v3.5-release at mont29/blender-addons 2023-02-26 14:40:07 +01:00
14b248aac0 Cleanup: fix a few issues in UI messages
afed066115 glTF exporter: typo in morph tangent export
Compare 2 commits »
Bastien Montagne pushed to blender-v3.5-release at mont29/blender 2023-02-26 14:40:05 +01:00
fb63e484b9 Fix #103398: Fix Icon sampler initialization in Metal backend.
f9bcd8c7e8 Fix #104992: Crash on calling operation search in outliner
01d4c8462d Fix #104006 Sculpt box/lasso trim projection errors
a843a9c9bb Sculpt: Add trim orientation to sculpt box trim UI
c517e4a501 Fix #104803: Fix broken deprecated vertex color RNA APIs
Compare 31 commits »
Bastien Montagne pushed to main at mont29/blender 2023-02-26 14:39:48 +01:00
86ceb6722f Cleanup: format
52ded6ab56 GPUTexture: Make sure all available texture format are supported
5b2b114a2a Fix #105198: Ensure Frame and Reroute nodes are searchable
7eef746270 Merge branch 'blender-v3.5-release'
f9bcd8c7e8 Fix #104992: Crash on calling operation search in outliner
Compare 23 commits »
Bastien Montagne commented on issue blender/blender#105160 2023-02-24 19:29:35 +01:00
Regression: Crash when user opens directory instead of file on USD import

Looking at existing code, a lot of other jobs are using the same callings to WM_report in their code... Wonder how such an issue has remained unknown for so long :

Bastien Montagne commented on issue blender/blender#105160 2023-02-24 19:09:03 +01:00
Regression: Crash when user opens directory instead of file on USD import

(I will update the documentation regarding usage of WM_report API)

Bastien Montagne commented on issue blender/blender#105160 2023-02-24 19:04:49 +01:00
Regression: Crash when user opens directory instead of file on USD import

This issue is already fairly bad, but it also raises another one: the whole WM_report API is called from the non-main worker thread, when it's absolutely not threadsafe at all.

In general,…

Bastien Montagne commented on issue blender/blender#105160 2023-02-24 18:38:36 +01:00
Regression: Crash when user opens directory instead of file on USD import

Moving to Core module, since this seems to be an issue with the WM Jobs handling itself.

Bastien Montagne pushed to usdz_export_fixes at mont29/blender 2023-02-24 18:03:00 +01:00
b710098e54 Merge branch 'main' into usdz_export_fixes
12cc3ccd72 Merge branch 'blender-v3.5-release'
f30c395a7c Fix make_update switching branches with multiple upstreams
be94fefeb1 Merge branch 'blender-v3.5-release'
2c5434c3f5 Fix: crash in Spline Parameter node with single-point-curves
Compare 10 commits »
Bastien Montagne pushed to main at mont29/blender 2023-02-24 18:02:31 +01:00
12cc3ccd72 Merge branch 'blender-v3.5-release'
f30c395a7c Fix make_update switching branches with multiple upstreams
be94fefeb1 Merge branch 'blender-v3.5-release'
2c5434c3f5 Fix: crash in Spline Parameter node with single-point-curves
45bbee340e Cleanup: Draw Manager: Update outdated comment
Compare 9 commits »