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

  • Joined on 2010-10-07
Bastien Montagne closed issue blender/blender#129797 2024-11-06 18:17:49 +01:00
bpy.data.libraries.write() is no longer saving the asset_data associated with the ID-block.
Bastien Montagne pushed to main at mont29/blender 2024-11-06 18:17:22 +01:00
c897d402c4 Fix: Failing boolean diff test with recent Xcode
cad2830006 Cleanup: Fix strict compiler warning about unused typeinfo_
b7ceb76014 Merge branch 'blender-v4.3-release'
bccae832ae Fix #129853: Stroke Scene Spacing freezes with tablet size pressure
43c9b89c51 Fix: Resolve merge error from 2d37a3a1a7
Compare 24 commits »
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-06 18:17:16 +01:00
ca1353237f Fix #129797: bpy.data.libraries.write() is no longer saving the asset_data associated with the ID-block.
Bastien Montagne pushed to blender-v4.3-release at blender/blender 2024-11-06 18:17:08 +01:00
ca1353237f Fix #129797: bpy.data.libraries.write() is no longer saving the asset_data associated with the ID-block.
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-06 17:47:05 +01:00
bccae832ae Fix #129853: Stroke Scene Spacing freezes with tablet size pressure
Bastien Montagne created pull request blender/blender#129918 2024-11-06 17:43:06 +01:00
Fix #129900: GPv3: Invalid handling of unused drawings removal.
Bastien Montagne created branch tmp-fix-gp-issues in mont29/blender 2024-11-06 17:40:47 +01:00
Bastien Montagne pushed to tmp-fix-gp-issues at mont29/blender 2024-11-06 17:40:47 +01:00
fccf1256c0 Fix (unreported) GPv3 Undo: memory-after-use.
27368269e7 Fix #129900: GPv3: Invalid handling of unused drawings removal.
Compare 2 commits »
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-06 16:30:08 +01:00
496023691c Fix: Unused parameter warning
dd01858959 GPU: Avoid assert caused by overlapping attribute in material shaders
5774441ee8 Fix: Crash in curves edit mode multi-object selection pick
Compare 3 commits »
Bastien Montagne commented on issue blender/blender#129900 2024-11-06 12:52:36 +01:00
GPv3: Crash when removing layer group with masked layer within it (and a few conditions)

Getting another crash when undoing deletion of Group group, and re-doing it.

It seems that either undo/redo are not tagging data properly for depsgraph, or something is wrong in the undo/redo…

Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-06 12:29:36 +01:00
3d457fa5d4 Fix #129876: VSE playhead text wrongly gets outline while playing
Bastien Montagne commented on issue blender/blender#129797 2024-11-06 11:35:00 +01:00
bpy.data.libraries.write() is no longer saving the asset_data associated with the ID-block.

Would like to summon @JulianEisel here, as the fix is trivial, but I am not 100% clear whether we always want to copy these asset meta-data when using PartialWriteContext. Current use cases…

Bastien Montagne commented on issue blender/blender#129699 2024-11-06 11:26:25 +01:00
Python: declaring __init__ for an operator causes RuntimeError

FYI a short note has been added to the compatibility page and the [release notes](https://developer.blender.org/docs/release_notes

Bastien Montagne pushed to main at blender/blender-developer-docs 2024-11-06 11:25:17 +01:00
6569d13e84 Update docs/release_notes/compatibility/index.md
Bastien Montagne pushed to main at mont29/blender 2024-11-06 11:14:47 +01:00
87bf983030 Merge branch 'blender-v4.3-release'
d0ca77f587 Add minimal user report about unreadable future blendfiles.
bb01e3e37d Fix: Enhance details brush does not work with hidden faces
6255c49685 Fix: Geometry Nodes: Skip string attribute processing in some nodes
Compare 4 commits »
Bastien Montagne pushed to main at blender/blender 2024-11-06 11:14:44 +01:00
87bf983030 Merge branch 'blender-v4.3-release'
d0ca77f587 Add minimal user report about unreadable future blendfiles.
bb01e3e37d Fix: Enhance details brush does not work with hidden faces
6255c49685 Fix: Geometry Nodes: Skip string attribute processing in some nodes
Compare 4 commits »
Bastien Montagne pushed to main at mont29/blender 2024-11-06 11:14:21 +01:00
126b9c6eaf Merge branch 'blender-v4.3-release'
05e27b4aec Fix #128948: crash when changing area type and starting modal operator from script
f27220f6b6 Merge branch 'blender-v4.3-release'
b193684b5d VSE: Use snapping for retiming keys
6ee1eb49be Fix #126167: Speed effect does not interpolate frame numbers
Compare 33 commits »
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-06 11:14:15 +01:00
d0ca77f587 Add minimal user report about unreadable future blendfiles.
Bastien Montagne deleted branch tmp-detect-future-blendfiles from mont29/blender 2024-11-06 11:13:42 +01:00