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-04-20 11:34:58 +02:00
100f37af49 Fix #100053: Incorrect saving asset catalogs after renaming parent item
7ce10ebbbf Cycles: oneAPI: Remove excess quotes in a capabilities output
770b193253 Cleanup: use function style casts & nullptr, spelling in comments
0fa68d1a01 Cleanup: format
6d35e1c238 Fix missing include causing build error & invalid NULL check
Compare 41 commits »
bf5734f376 LibOverride: Restore local references to virtual linked liboverrides on resync.
199c7da06d Assets: Do Not Show Blank Read-Only Metadata
acb34c718e Fix #107120: Small fixes to OS File Operations
097b9c5a36 Fix: Build error after last commit
98ccee78fe Geometry Nodes: Slightly optimize mesh to curve node
Compare 16 commits »
Bastien Montagne pushed to main at mont29/blender-addons 2023-04-19 21:02:42 +02:00
cf713bcde8 Import_3ds: Added world color, camera lens & light color animation
Bastien Montagne pushed to main at mont29/blender 2023-04-19 21:02:40 +02:00
199c7da06d Assets: Do Not Show Blank Read-Only Metadata
acb34c718e Fix #107120: Small fixes to OS File Operations
097b9c5a36 Fix: Build error after last commit
98ccee78fe Geometry Nodes: Slightly optimize mesh to curve node
d5757a0a10 Cycles: re-enable AMD GPU binaries on Windows
Compare 15 commits »
Bastien Montagne commented on pull request blender/blender#106974 2023-04-19 20:42:02 +02:00
USD Import: mask multiple prim paths.

@makowalski OK, then if spaces are forbidden into USD paths, I guess it's fine to keep spaces as separators.

*Also personally I would never recommend doing this (just like I would never…

Bastien Montagne commented on pull request blender/blender#107144 2023-04-19 20:38:20 +02:00
LibOverride: Restore local references to virtual linked liboverrides on resync.

Notes:

  • Feature requested by @eyecandy
  • Review expected mainly on the 'proper c++ usage' side of things here, although all input is welcome of course. ;)

@blender-bot package

Bastien Montagne created pull request blender/blender#107144 2023-04-19 20:36:07 +02:00
LibOverride: Restore local references to virtual linked liboverrides on resync.
118eb6e30f LibOverride: Restore local references to virtual linked liboverrides on resync.
Bastien Montagne created branch F-liboverride-resync-replace-missing-ids in mont29/blender 2023-04-19 20:35:26 +02:00
Bastien Montagne pushed to main at mont29/blender-addons 2023-04-19 12:04:03 +02:00
bedf2014db Fix #104531: DXF importer zero division error
Bastien Montagne pushed to main at mont29/blender 2023-04-19 12:03:59 +02:00
e45ed69349 Attributes: Integrate implicit sharing with the attribute API
19ac02767c Fix regression in recent BLI_path extension logic
fd10ecaeaf Fix bitwise logical operation in Metal backend
187998970a Fix unused variable in release build in Metal backend
c872b6b930 Fix set but unused variable in Freestyle
Compare 49 commits »
Bastien Montagne commented on issue blender/blender#106415 2023-04-18 15:18:40 +02:00
Vertex weight smooth operator + undo causes active vertex group index to change

This indeed sounds like yet another issues caused by mixing memfile undo with non-memfile undos...

Bastien Montagne commented on issue blender/blender#105744 2023-04-18 15:16:22 +02:00
Undo in Armature Edit Mode does not undo Custom Properties

Most likely another one of the gazillions of issues related to mixing memfile undo with non-memfile undo....

Bastien Montagne commented on issue blender/blender#105889 2023-04-18 15:14:05 +02:00
Linked collection having mesh with shape keys resets if the original file is updated

Would bet that the 'resync' process triggered by the changes to the linked collection is the culprit here...