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

  • Joined on 2010-10-07
Bastien Montagne pushed to tmp-fix-gp-issues at mont29/blender 2024-11-07 14:15:09 +01:00
5d45f74d2c Fix (unreported) GPv3 Undo: memory-after-use.
6101324183 Fix #129900: GPv3: Invalid handling of unused drawings removal.
dc04d9abc7 Fix (unreported): GPv3: Incorrect user count for drawing at index 0
59bc3f0959 Fix #129522: renaming sockets in node does not work for some types
0e0939b83f Fix #129112: Asset shelf ignores double-click keymap item
Compare 19 commits »
Bastien Montagne commented on pull request blender/blender#128080 2024-11-07 14:13:18 +01:00
Fix #125230: Issues when loading file with pinning gpencil brush material

Indeed think it would be a good idea.

Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-07 13:59:05 +01:00
dc04d9abc7 Fix (unreported): GPv3: Incorrect user count for drawing at index 0
59bc3f0959 Fix #129522: renaming sockets in node does not work for some types
0e0939b83f Fix #129112: Asset shelf ignores double-click keymap item
Compare 3 commits »
Bastien Montagne commented on pull request blender/blender#129918 2024-11-07 13:58:29 +01:00
Fix #129900: GPv3: Invalid handling of unused drawings removal.

Thanks, updating the PR RN :)

Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-07 12:42:40 +01:00
a43a209959 Fix #129567: GPv3: Incorrect wireframe for strokes
a114534295 Fix #121233: GPv3: Primitives: Add missing confirm action and ability to pan viewport.
ffd80047ee Fix #124725: GPv3: Masked layers not rendered correctly with onion skinning
831166b4dc Fix #129907: Grease Pencil brush size gets stuck at 0
30ba6bfa7e Cleanup: Unused function argument
Compare 12 commits »
Bastien Montagne pushed to main at mont29/blender 2024-11-07 12:10:13 +01:00
5ba1a376e5 Merge branch 'blender-v4.3-release'
a43a209959 Fix #129567: GPv3: Incorrect wireframe for strokes
a114534295 Fix #121233: GPv3: Primitives: Add missing confirm action and ability to pan viewport.
8abd686863 Merge branch 'blender-v4.3-release'
817f7c0747 Fix #121233: GPv3: Primitives: Add missing confirm action and ability to pan viewport.
Compare 35 commits »
Bastien Montagne commented on issue blender/blender#129160 2024-11-07 11:02:30 +01:00
Vulkan backend deadlocks on startup (Debian Testing + Nvidia GPU)

Here is the massive 11MB dump until UI shows up and freeze forever:

blender.txt

Bastien Montagne commented on issue blender/blender#129699 2024-11-07 10:33:58 +01:00
Python: declaring __init__ for an operator causes RuntimeError

Decreasing severity, as this is merely documentation/API change topic, and not a regression in any way.

Bastien Montagne commented on issue blender/blender#129666 2024-11-07 10:31:40 +01:00
bpy.ops.wm.open_mainfile() in gradio function causing core dumped

I would not make this a high severity issue. It needs investigation for sure, but the fact that this only happens when the bpy module is used through another non-standard python module makes it…

Bastien Montagne commented on pull request blender/blender#129879 2024-11-07 10:18:10 +01:00
Fix #129622: Crash loading asset library with malformed asset index JSON

Think an info is fine indeed.

Bastien Montagne pushed to main at blender/blender 2024-11-06 18:17:52 +01:00
89d69ddaf3 Merge branch 'blender-v4.3-release'
ca1353237f Fix #129797: bpy.data.libraries.write() is no longer saving the asset_data associated with the ID-block.
Compare 2 commits »
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.