Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke closed issue blender/blender#125419 2024-08-13 14:10:52 +02:00
Blender Crash while loading baked data containing instances that hold empty collections
Jacques Lucke commented on issue blender/blender#92958 2024-08-13 13:59:49 +02:00
realize instances node will cause problems with motion blur

Looks like it actually works? image

Jacques Lucke approved blender/blender#124543 2024-08-13 13:55:16 +02:00
GPv3: Apply Modifier
Jacques Lucke pushed to coverage-report at JacquesLucke/blender 2024-08-13 13:29:35 +02:00
10b91f02bf use url encoding
81c6cf14cc improve function base name extraction
52ad4ea1aa Merge branch 'main' into coverage-report
115df94733 cleanup
7fc55c0ad8 OpenGL: Remove conservative depth extension check
Compare 58 commits »
Jacques Lucke commented on pull request blender/blender#125389 2024-08-12 19:54:26 +02:00
WIP: Core: asset embedding experiment

I'd also like to get some feedback on the user-level functionality. Part of the goal of this patch is to have a working prototype so that we can figure out the behavior we want. Functionality…

Jacques Lucke pushed to asset-embedding-2 at JacquesLucke/blender 2024-08-12 19:46:57 +02:00
31612ec389 improve modifier name
fb083e5280 support initializing shallow hash on file-load
270ee317da Merge branch 'main' into asset-embedding-2
45d9bfa734 Refactor: Sculpt: Add active_vert_index() and active_vert_position()
cab4d6f724 Refactor: Restructure sculpt shape key updates
Compare 139 commits »
Jacques Lucke pushed to parent-node-width at JacquesLucke/blender 2024-08-12 18:58:16 +02:00
4e31ccb432 cleanup
Jacques Lucke commented on pull request blender/blender#126239 2024-08-12 18:54:55 +02:00
Nodes: add operator to get node width from parent

Ha, that was the name, didn't find it xD

Jacques Lucke commented on pull request blender/blender#125389 2024-08-12 18:53:53 +02:00
WIP: Core: asset embedding experiment

I still need to get answers for the mentioned questions, especially regarding BKE_id_ui_name_get which also applies to any other approach (except for my original proposal where we have a…

Jacques Lucke commented on pull request blender/blender#126239 2024-08-12 17:52:50 +02:00
Nodes: add operator to get node width from parent
Jacques Lucke created pull request blender/blender#126239 2024-08-12 17:47:58 +02:00
Nodes: add operator to get node width from parent
Jacques Lucke created branch parent-node-width in JacquesLucke/blender 2024-08-12 17:46:25 +02:00
Jacques Lucke pushed to parent-node-width at JacquesLucke/blender 2024-08-12 17:46:25 +02:00
6b5675693a add operator to get width from parent
4b726b41b9 Outliner: Expand Geometry Nodes Modifier to show the data-block
be53bd079f Cleanup: Formatting
3d7c9a7a0b Cleanup: Sculpt: Remove unnecessary BMesh function call
005cc72bda Cleanup: Sculpt: Remove outdated comment
Compare 10 commits »
Jacques Lucke pushed to main at blender/blender-developer-docs 2024-08-12 17:16:14 +02:00
045c277a74 Update docs/release_notes/4.3/geometry_nodes.md
Jacques Lucke suggested changes for blender/blender#124543 2024-08-12 16:26:26 +02:00
GPv3: Apply Modifier

When I apply the modifier in the attached file, I somehow still see Suzanne in the viewport.

Jacques Lucke commented on pull request blender/blender#124543 2024-08-12 16:26:25 +02:00
GPv3: Apply Modifier

Would be good to mention what is mapped to what. I originally assumed that you map indices used on the result data to indices on the original data, but it seems to be the other way around?

Jacques Lucke commented on pull request blender/blender#124543 2024-08-12 16:26:24 +02:00
GPv3: Apply Modifier

eval_material may be null.

Jacques Lucke commented on pull request blender/blender#124543 2024-08-12 16:26:23 +02:00
GPv3: Apply Modifier

What happens when drawing_orig is null? Is the drawing just ignored?

Jacques Lucke commented on pull request blender/blender#124543 2024-08-12 16:26:22 +02:00
GPv3: Apply Modifier

Looks like this may be incorrect if there is a group with the same name already.

Jacques Lucke suggested changes for blender/blender#124543 2024-08-12 13:31:01 +02:00
GPv3: Apply Modifier