Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke commented on pull request blender/blender#128640 2024-10-07 16:55:44 +02:00
Fix #128473: New node insertion on link search connects to main socket

Is it a typo that you say this node instead of this link?

Jacques Lucke commented on pull request blender/blender#128615 2024-10-07 16:48:22 +02:00
Cleanup: Geometry Nodes: Parallel DefaultMixer finalize

This kind of change should only be done if you can show that it does not make performance worse. Shouldn't such a comment without showing that it is wrong.

Jacques Lucke commented on pull request blender/blender#128615 2024-10-07 16:48:20 +02:00
Cleanup: Geometry Nodes: Parallel DefaultMixer finalize

I think this makes performance worse because of worse cache usage and worse thread-utilization.

Jacques Lucke commented on issue blender/blender#128509 2024-10-07 16:40:40 +02:00
Geometry Nodes Tools: Set Selection node not working properly in sculpt mode.

There were intentional changes to how the node works with respect to sculpt mode: #126316.

I'm not entirely sure if this report is a bug or something else. @SimonThommes and @HooglyBoogly…

Jacques Lucke pushed to main at blender/blender 2024-10-07 16:38:34 +02:00
26bce79b10 Cleanup: unused variable
Jacques Lucke merged pull request blender/blender#128662 2024-10-07 16:38:34 +02:00
Cleanup: Unused variable
Jacques Lucke approved blender/blender#128662 2024-10-07 16:38:00 +02:00
Cleanup: Unused variable
Jacques Lucke commented on pull request blender/blender#128664 2024-10-07 16:37:17 +02:00
Fix #126024: Geometry Nodes: Separate Geometry nodes lose layer material

Can you rebase against the release branch?

Jacques Lucke created pull request blender/blender#128699 2024-10-07 16:25:54 +02:00
Geometry Nodes: optimize gathering attributes to fix regression
487266018c optimize
9fc0d50846 Cleanup: encapsulate check for whether attribute is built-in
772bb795d2 Fix #124753: Tag preferences dirty when editing operator property
5fa8b5b601 Fix #127170: crash when openvdb throws exception in Volume to Mesh node
218af9b2cc Fix: missing anonymous attribute relations for foreach zone
Compare 10 commits »
Jacques Lucke pushed to main at blender/blender 2024-10-07 14:11:20 +02:00
652a336079 Merge branch 'blender-v4.3-release'
9fc0d50846 Cleanup: encapsulate check for whether attribute is built-in
Compare 2 commits »
Jacques Lucke pushed to blender-v4.3-release at blender/blender 2024-10-07 14:10:49 +02:00
9fc0d50846 Cleanup: encapsulate check for whether attribute is built-in
Jacques Lucke pushed to main at blender/blender 2024-10-07 13:33:08 +02:00
e0e8a87453 Merge branch 'blender-v4.3-release'
5fa8b5b601 Fix #127170: crash when openvdb throws exception in Volume to Mesh node
Compare 2 commits »
Jacques Lucke closed issue blender/blender#127170 2024-10-07 13:33:06 +02:00
Unhandled OpenVDB exception when using Volume to Mesh node
Jacques Lucke pushed to blender-v4.3-release at blender/blender 2024-10-07 13:32:15 +02:00
5fa8b5b601 Fix #127170: crash when openvdb throws exception in Volume to Mesh node
Jacques Lucke deleted branch deterministic-anonymous-attributes-refactor from JacquesLucke/blender 2024-10-07 13:00:02 +02:00
Jacques Lucke pushed to main at blender/blender 2024-10-07 13:00:00 +02:00
67c7485bfd Refactor: Geometry Nodes: improve lifetime analysis for anonymous attributes