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 2024-11-20 12:43:32 +01:00
c51615923b Fix #130420: Undo/Redo broken when using Transfer Mode operator.
Bastien Montagne pushed to main at mont29/blender 2024-11-20 12:42:37 +01:00
e62aa986b2 Format: use fmt::format correctly with runtime format strings
251731accc Cleanup: Blenloader: simplify writing BHead
2bf7fac176 Creator: Ensure OpenMP runtime is initialized as soon as possible
60bf09e8db Tests: Add render test for Orthographic camera with DOF with far nearclip
73a3ebea56 Fix #129389: Lineart modifier updates when camera changes
Compare 13 commits »
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-20 12:42:28 +01:00
c25befb4cb Fix #130420: Undo/Redo broken when using Transfer Mode operator.
Bastien Montagne deleted branch tmp-fix-130420 from mont29/blender 2024-11-20 12:28:29 +01:00
Bastien Montagne closed issue blender/blender#130420 2024-11-20 12:28:25 +01:00
Sculpt Redo Broken with transfer mode operator
Bastien Montagne merged pull request blender/blender#130472 2024-11-20 12:28:21 +01:00
Fix #130420: Undo/Redo broken when using Transfer Mode operator.
Bastien Montagne pushed to blender-v4.3-release at blender/blender 2024-11-20 12:28:20 +01:00
c25befb4cb Fix #130420: Undo/Redo broken when using Transfer Mode operator.
Bastien Montagne created pull request blender/blender#130596 2024-11-20 12:26:45 +01:00
Fix #130535: Name of Object not updated in viewport when name clashes.
Bastien Montagne pushed to tmp-fix-130535 at mont29/blender 2024-11-20 12:26:11 +01:00
0b85dfc5de Fix #130535: Name of Object not updated in viewport when name clashes.
Bastien Montagne created branch tmp-fix-130535 in mont29/blender 2024-11-20 12:26:11 +01:00
Bastien Montagne commented on issue blender/blender#130545 2024-11-20 12:01:00 +01:00
Error with import of glTF file in Blender 4.3 (missing extern_draco.dll)

Would be great if some windows users could download that build and confirm that the issue is fixed?

Bastien Montagne closed issue blender/blender#130265 2024-11-20 11:00:13 +01:00
API: Properties set with 'HIDDEN' option still appear in Library Overrides outliner tab
Bastien Montagne commented on issue blender/blender#130265 2024-11-20 11:00:08 +01:00
API: Properties set with 'HIDDEN' option still appear in Library Overrides outliner tab

The TL;DR: here is that there is no bug, and that code is working as expected.

Let's untangle things...

Hiding HIDDEN RNA-defined properties in LibOverride Outliner view

Also talked…

Bastien Montagne commented on pull request blender/blender#130572 2024-11-20 10:13:59 +01:00
Fix #130545: glTF: Draco: - Windows Draco dll was not in right directory

Note: Campbell is only back to work next week.

I triggered package build, so that people can check from our own build system that this does fix the issue on Windows.

Bastien Montagne approved blender/blender#130572 2024-11-20 10:12:44 +01:00
Fix #130545: glTF: Draco: - Windows Draco dll was not in right directory

This commit does revert the change added to Windows regular build path for this library, and restore it to what it was before a0f653c002.

Bastien Montagne approved blender/blender#130392 2024-11-19 17:28:53 +01:00
Format: use fmt::format correctly with runtime format strings

Additional verbosity is slightly annoying, but for now would rather avoid adding even more macros to the translations code, so LGTM.

Bastien Montagne pushed to main at mont29/blender 2024-11-19 17:18:59 +01:00
716d2bd9e0 Fix #130428 3DView copy/paste: report total number of copied objects.
c46dec5b3a Fix #130521: Grease Pencil: Selection not working when everything was selected
a54bbe0b92 Fix: Overlay: In Front support
c2695e2dcc Vulkan: Add support for legacy platforms
8c87732454 Overlay-Next: Object Name
Compare 6 commits »