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

  • Joined on 2010-10-07
Bastien Montagne pushed to blender-v3.5-release at mont29/blender 2023-03-06 09:18:28 +01:00
c3fdb02b91 Updated translations from SVN trunk (r6369).
Bastien Montagne pushed to blender-v3.5-release at blender/blender 2023-03-06 09:18:05 +01:00
c3fdb02b91 Updated translations from SVN trunk (r6369).
Bastien Montagne pushed to blender-v3.5-release at mont29/blender-addons 2023-03-06 08:57:54 +01:00
f592ca1059 Fix #104438 : Lazy mix connects wrong sockets
Bastien Montagne pushed to blender-v3.5-release at mont29/blender 2023-03-06 08:57:52 +01:00
4e32864786 Cleanup: Remove compilation warning.
5a20c63975 Fix #104534: Image editor doesn't refresh after render.render.
68d5784802 Fix #105395: Handle quoted paths better in the OBJ importer
f3c5fda899 Cleanup: Fix a few messages in the UI
1b815678aa msgfmt: fix runtime requirements
Compare 10 commits »
Bastien Montagne pushed to main at mont29/blender-addons 2023-03-06 08:57:38 +01:00
1ee8da0246 Node Wrangler: apply autopep8 formatting
1c308ec742 Node Wrangler: refactor by splitting the script into several files
7b0bda8ed2 Merge branch 'blender-v3.5-release'
f592ca1059 Fix #104438 : Lazy mix connects wrong sockets
Compare 4 commits »
Bastien Montagne pushed to main at mont29/blender 2023-03-06 08:57:36 +01:00
3674de160d Fix #105395: Handle quoted paths better in the OBJ importer
049027d697 Cleanup: Fix a few messages in the UI
507c442289 Cleanup: UV: simplify types
96263368b5 Cleanup: Unused variables, missing includes in PLY IO
3c5a15db57 Cleanup: Small tweaks to new PLY code
Compare 44 commits »
Bastien Montagne commented on issue blender/blender#101294 2023-03-06 08:49:55 +01:00
Implement a PLY importer/exporter in C++

Please remember to update the release notes. ;)

Bastien Montagne pushed to F-2.93-wmtimer-fix at mont29/blender 2023-03-03 16:40:42 +01:00
e149018cd4 WM: Fix invalid memory access in wmTimer handling code.
a7633d6b57 Update submodule hashes for 2.93.15.
2888f351e5 Bump version char to release for 2.93.15.
df7977eaa2 Make update: Allow amd64 architecture
6af531d552 Make update: Add --architecture command line attribute
Compare 58 commits »
Bastien Montagne pushed to blender-v2.93-release at mont29/blender 2023-03-03 16:40:09 +01:00
a7633d6b57 Update submodule hashes for 2.93.15.
2888f351e5 Bump version char to release for 2.93.15.
df7977eaa2 Make update: Allow amd64 architecture
6af531d552 Make update: Add --architecture command line attribute
b9a6c3c054 Make update: Add new style command line for Linux libraries
Compare 16 commits »
Bastien Montagne created pull request blender/blender#105406 2023-03-03 16:22:29 +01:00
WM: Fix invalid memory access in wmTimer handling code. 2.93 version
Bastien Montagne pushed to F-2.93-wmtimer-fix at mont29/blender 2023-03-03 16:20:34 +01:00
d9b3f30e88 WM: Fix invalid memory access in wmTimer handling code.
Bastien Montagne created branch F-2.93-wmtimer-fix in mont29/blender 2023-03-03 16:20:34 +01:00
Bastien Montagne closed issue blender/blender#105160 2023-03-03 15:41:56 +01:00
Regression: Crash when user opens directory instead of file on USD import
Bastien Montagne commented on issue blender/blender#105160 2023-03-03 15:41:50 +01:00
Regression: Crash when user opens directory instead of file on USD import

This issue is fixed by d66672e17a.

I have created another report for the USD project, to not start import job with 'obviously' invalid input data (like invalid file path and such, #105404).

Bastien Montagne opened issue blender/blender#105404 2023-03-03 15:41:13 +01:00
USD IO: Validate data in the operator, before starting background job.
Bastien Montagne closed issue blender/blender#105369 2023-03-03 15:34:18 +01:00
wmTimer, wmJob and WM_report issue - can lead to crash
Bastien Montagne commented on issue blender/blender#105369 2023-03-03 15:34:15 +01:00
wmTimer, wmJob and WM_report issue - can lead to crash

Committed as d66672e17a.