Block a user
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
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
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
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
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
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
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
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
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
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.
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…
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…