Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke pushed to main at JacquesLucke/.profile 2024-08-31 00:33:40 +02:00
314be737c0 report
Jacques Lucke commented on pull request blender/blender#125389 2024-08-31 00:28:07 +02:00
WIP: Core: asset embedding experiment

By that I also mean that the one of the best things you can do is to use the patch to see if it actually implements the behavior we want. I'm hoping that Simon will also test it again next week.…

Jacques Lucke commented on pull request blender/blender#124230 2024-08-30 16:45:42 +02:00
Geometry Nodes: support packing bakes into .blend files

I mean, I did notice that, but especially with the button being greyed out this is not enough imo. After baking you see the state explicitly as well, not only in the icon.

Do you have a…

Jacques Lucke merged pull request blender/blender#126964 2024-08-30 16:44:50 +02:00
Fix: BLI: Correct total_size for sliced offset indices
Jacques Lucke pushed to main at blender/blender 2024-08-30 16:44:49 +02:00
ba28469e45 Fix: BLI: Correct total_size for sliced offset indices
Jacques Lucke pushed to main at blender/blender-developer-docs 2024-08-30 16:43:40 +02:00
a90b228cf3 Update docs/release_notes/4.3/geometry_nodes.md
Jacques Lucke pushed to main at blender/blender 2024-08-30 16:42:49 +02:00
294994e4b9 Geometry Nodes: new Hash Value node
Jacques Lucke merged pull request blender/blender#110769 2024-08-30 16:42:49 +02:00
Function Node: Hash Value
Jacques Lucke commented on pull request blender/blender#125389 2024-08-30 15:52:51 +02:00
WIP: Core: asset embedding experiment

Yeah, nothing has really changed since the last time we talked.

Jacques Lucke commented on pull request blender/blender#121146 2024-08-30 13:50:21 +02:00
Refactoring: Nodes: Convention way to change type of reroute node

Did you test forward and backward compatibility with this?

Jacques Lucke pushed to bake-packed at JacquesLucke/blender 2024-08-30 13:49:21 +02:00
858aea6111 show relative placeholder path
ab34fa45c1 Merge branch 'main' into bake-packed
6c7ef54211 Fix (unreported) BKE_main_namemap_get_name not always returning true when modifying given name.
515843ff3a Fix: crash after saving file with 2+ layered-action channel groups
1ee6a8fad5 Geometry Nodes: support customizing warning propagation
Compare 38 commits »
Jacques Lucke commented on pull request blender/blender#124230 2024-08-30 13:26:42 +02:00
Geometry Nodes: support packing bakes into .blend files

With the inherit option in the node, it would still be useful to see the current result of that inheritance in this UI without hunting it down in the modifier interface.

We talked about that…

Jacques Lucke approved blender/blender#110769 2024-08-30 13:02:07 +02:00
Function Node: Hash Value
Jacques Lucke commented on issue blender/blender#126949 2024-08-30 12:50:32 +02:00
Regression: Geometry nodes - instances and boolean operation bug

My current guess is that the bug here is that there is a dependency cycle at all. The file itself seems to be fine. It's a bit weird that there are cyclic relations between a material and…

Jacques Lucke pushed to main at blender/blender-developer-docs 2024-08-30 12:07:54 +02:00
a8979cb351 Update docs/release_notes/4.3/geometry_nodes.md
Jacques Lucke deleted branch warning-propagation from JacquesLucke/blender 2024-08-30 12:07:12 +02:00
Jacques Lucke merged pull request blender/blender#126786 2024-08-30 12:07:09 +02:00
Geometry Nodes: support customizing warning propagation
Jacques Lucke pushed to main at blender/blender 2024-08-30 12:07:09 +02:00
1ee6a8fad5 Geometry Nodes: support customizing warning propagation
Jacques Lucke approved blender/blender#126964 2024-08-30 12:05:19 +02:00
Fix: BLI: Correct total_size for sliced offset indices

LGTM. Note that this is a fix and no a cleanup.