Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke created pull request blender/blender#129948 2024-11-07 12:03:34 +01:00
Fix #129871: converting linked text to mesh results in empty mesh
Jacques Lucke pushed to fix-text-to-mesh at JacquesLucke/blender 2024-11-07 11:59:48 +01:00
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
Compare 10 commits »
Jacques Lucke created branch fix-text-to-mesh in JacquesLucke/blender 2024-11-07 11:59:47 +01:00
Jacques Lucke commented on issue blender/blender#129871 2024-11-06 07:40:20 +01:00
Convert a text object sharing data with another one into mesh give empty mesh

I can reproduce it. Noticed that it does work when enabling "Keep Original". Not sure where the bug is exactly yet.

image

Jacques Lucke commented on pull request blender/blender#129880 2024-11-06 07:22:05 +01:00
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…

Jacques Lucke merged pull request blender/blender#129882 2024-11-06 07:16:50 +01:00
Fix: Geometry Nodes: Skip string attribute processing in some nodes
Jacques Lucke pushed to blender-v4.3-release at blender/blender 2024-11-06 07:16:48 +01:00
6255c49685 Fix: Geometry Nodes: Skip string attribute processing in some nodes
Jacques Lucke pushed to main at blender/blender 2024-11-06 07:08:30 +01:00
126b9c6eaf Merge branch 'blender-v4.3-release'
05e27b4aec Fix #128948: crash when changing area type and starting modal operator from script
Compare 2 commits »
Jacques Lucke deleted branch fix-area-type-crash from JacquesLucke/blender 2024-11-06 07:04:25 +01:00
Jacques Lucke closed issue blender/blender#128948 2024-11-06 07:04:21 +01:00
Regression: Crash due to switching node editor contexts in some addons
Jacques Lucke pushed to blender-v4.3-release at blender/blender 2024-11-06 07:04:16 +01:00
05e27b4aec Fix #128948: crash when changing area type and starting modal operator from script
Jacques Lucke merged pull request blender/blender#129870 2024-11-06 07:04:16 +01:00
Fix #128948: crash when changing area type and starting modal operator from script
Jacques Lucke pushed to fix-area-type-crash at JacquesLucke/blender 2024-11-06 07:03:25 +01:00
0d8c43d8fc use "else if"
Jacques Lucke commented on pull request blender/blender#129751 2024-11-05 16:51:23 +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. ;)

Yeah, but for me personally it usually…

Jacques Lucke commented on issue blender/blender#129309 2024-11-05 16:42:30 +01:00
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…

Jacques Lucke created pull request blender/blender#129870 2024-11-05 16:34:57 +01:00
Fix #128948: crash when changing area type and starting modal operator from script
Jacques Lucke pushed to fix-area-type-crash at JacquesLucke/blender 2024-11-05 16:30:59 +01:00
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
Compare 10 commits »
Jacques Lucke created branch fix-area-type-crash in JacquesLucke/blender 2024-11-05 16:30:59 +01:00