Block a user
Fix #129871: converting linked text to mesh results in empty mesh
cfa3cc603c
fix
831166b4dc
Fix #129907: Grease Pencil brush size gets stuck at 0
30ba6bfa7e
Cleanup: Unused function argument
f3342fa680
Fix #129708: Vulkan: Add limit checks when creating images
f896242477
Vulkan: Disable GPU depth picking on official AMD/NVIDIA drivers
Cleanup: BLI: Delete r-value iterator from Map
It's tricky because there are cases where it's fine, Just with range-based for loops it doesn't work, because the lifetime of the Map is not extended. I did hear somewhere that this will be…
Fix: Geometry Nodes: Skip string attribute processing in some nodes
126b9c6eaf
Merge branch 'blender-v4.3-release'
05e27b4aec
Fix #128948: crash when changing area type and starting modal operator from script
Jacques Lucke
deleted branch fix-area-type-crash from JacquesLucke/blender
2024-11-06 07:04:25 +01:00
Regression: Crash due to switching node editor contexts in some addons
Fix #128948: crash when changing area type and starting modal operator from script
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. ;)
Yeah, but for me personally it usually…
Blendfile: Allow storage of binary blocks > 2GB
I generally like the proposed changes to the blend file header, they just seem a bit orthogonal to this specific project. Would you expect the same patch to do the header update and introduce the…
Fix #128948: crash when changing area type and starting modal operator from script
@blender-bot build
Fix #128948: crash when changing area type and starting modal operator from script
ceaf443fbe
fix
71692abd59
Fix #127949: able to pan keys out of view if channels are not shown
e47e720f06
Fix #126415: EEVEE: Halo on motion blurred out of focus objects
e2b1e9912c
Fix readfile linking code not protected against invalid BHeads.
828f60b742
Fix check that only Control was pressed ignoring OsKey