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

  • Joined on 2010-10-07
Bastien Montagne merged pull request blender/blender#129875 2024-11-06 11:13:40 +01:00
Add minimal user report about unreadable future blendfiles.
Bastien Montagne pushed to blender-v4.3-release at blender/blender 2024-11-06 11:13:39 +01:00
d0ca77f587 Add minimal user report about unreadable future blendfiles.
Bastien Montagne pushed to tmp-detect-future-blendfiles at mont29/blender 2024-11-06 10:46:02 +01:00
f73d10f571 Tweaks from review.
d4b45da394 Merge branch 'blender-v4.3-release' into tmp-detect-future-blendfiles
bb01e3e37d Fix: Enhance details brush does not work with hidden faces
6255c49685 Fix: Geometry Nodes: Skip string attribute processing in some nodes
05e27b4aec Fix #128948: crash when changing area type and starting modal operator from script
Compare 22 commits »
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-06 10:19:10 +01:00
bb01e3e37d Fix: Enhance details brush does not work with hidden faces
6255c49685 Fix: Geometry Nodes: Skip string attribute processing in some nodes
05e27b4aec Fix #128948: crash when changing area type and starting modal operator from script
6ee1eb49be Fix #126167: Speed effect does not interpolate frame numbers
b05e932ec6 Fix #126272: Set speed operator doesn't work correctly
Compare 17 commits »
Bastien Montagne pushed to main at blender/blender 2024-11-05 19:36:40 +01:00
eb244c9460 Merge branch 'blender-v4.3-release'
6fb6cd64b1 Fix 'missing files' operator not reporting which ID is using the missing filepath.
6a242055a3 Windows ARM64: Update autopep8
Compare 3 commits »
Bastien Montagne pushed to main at mont29/blender 2024-11-05 19:36:17 +01:00
d9b6f095b6 Fix #129858: Curves: Edit mode selection highlight missing
555961c5cb Merge branch 'blender-v4.3-release'
38ac003703 Fix #129618: Tag Image ID inside the IMAGE_OT_replace operator
c2e3c87201 Merge branch 'blender-v4.3-release'
5afee98ad9 Fix: Unsaved changes label not showing up for essentials brushes
Compare 6 commits »
Bastien Montagne pushed to blender-v4.3-release at blender/blender 2024-11-05 19:36:10 +01:00
6fb6cd64b1 Fix 'missing files' operator not reporting which ID is using the missing filepath.
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-05 19:31:52 +01:00
6a242055a3 Windows ARM64: Update autopep8
38ac003703 Fix #129618: Tag Image ID inside the IMAGE_OT_replace operator
5afee98ad9 Fix: Unsaved changes label not showing up for essentials brushes
Compare 3 commits »
Bastien Montagne pushed to blender-v4.2-release at blender/blender 2024-11-05 19:31:25 +01:00
1b3198999e Fix 'missing files' operator not reporting which ID is using the missing filepath.
Bastien Montagne pushed to main at mont29/blender 2024-11-05 18:07:38 +01:00
8c0bd61342 Merge branch 'blender-v4.3-release'
32f4754a38 Fix: EEVEE: Volume: Assert on MacOS with high resolution
750a9af518 Fix #129705: EEVEE: Light Probe RAM Pool Crash on MacOS
43b5e2d0ed Fix: EEVEE: Add buffer workaround for stencil classification
fd2d2f225f Fix #128744: Reverting single essentials brush reverts all
Compare 13 commits »
Bastien Montagne created pull request blender/blender#129875 2024-11-05 17:44:33 +01:00
Add minimal user report about unreadable future blendfiles.
Bastien Montagne pushed to tmp-detect-future-blendfiles at mont29/blender 2024-11-05 17:41:28 +01:00
65af5e1e1c Add minimal user report about unreadable future blendfiles.
Bastien Montagne created branch tmp-detect-future-blendfiles in mont29/blender 2024-11-05 17:41:28 +01:00
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-05 17:40:47 +01:00
32f4754a38 Fix: EEVEE: Volume: Assert on MacOS with high resolution
750a9af518 Fix #129705: EEVEE: Light Probe RAM Pool Crash on MacOS
43b5e2d0ed Fix: EEVEE: Add buffer workaround for stencil classification
Compare 3 commits »
Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-05 17:11:42 +01:00
fd2d2f225f Fix #128744: Reverting single essentials brush reverts all
4310695f67 EEVEE: Update shadow linking render test
46b89b2aa4 Fix: GPv3: Some modifiers not working with non-poly curves
551e87c4fd Fix #128875: text cursor offset by one
71692abd59 Fix #127949: able to pan keys out of view if channels are not shown
Compare 6 commits »
Bastien Montagne commented on issue blender/blender#129309 2024-11-05 17:11:05 +01:00
Blendfile: Allow storage of binary blocks > 2GB

@JacquesLucke I think it could be two commits, but part of the same patch/review process, since we are changing the header because of the new BHead.

Bastien Montagne commented on pull request blender/blender#129751 2024-11-05 16:45:45 +01:00
WIP: Core: support buffers larger than 2GB in .blend files

Thanks for the PR, although it's probably still a tad early to start coding, was still updating the design task and talking with Sergey about it. ;)

We discussed about the blendfile header…

Bastien Montagne commented on issue blender/blender#129309 2024-11-05 16:30:33 +01:00
Blendfile: Allow storage of binary blocks > 2GB

@Sergey @ideasman42 @JacquesLucke FYI.

Updated the task with current decisions after talking with several people in the Core module.

We still have a bit of time to think about these changes…