Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke created branch context-input in JacquesLucke/blender 2024-09-28 16:48:25 +02:00
Jacques Lucke pushed to main at JacquesLucke/.profile 2024-09-28 12:02:20 +02:00
4b3f0fc683 report
Jacques Lucke pushed to main at blender/blender 2024-09-27 22:22:49 +02:00
117d4a51c3 Fix #128193: conditional socket visibility broken on Distribute Points on Faces node
Jacques Lucke closed issue blender/blender#128193 2024-09-27 22:22:47 +02:00
Geometry Nodes: Conditional socket visibility broken on Distribute Points on Faces node
Jacques Lucke merged pull request blender/blender#128214 2024-09-27 22:22:44 +02:00
Fix #128193: Conditional socket visibility broken on Distribute Points on Faces node
Jacques Lucke pushed to insert-linked-nodes at JacquesLucke/blender 2024-09-27 22:21:02 +02:00
b978e81dcc cleanup
cca827d866 only allow inserting on links coming from the origin of link-drag-search
34684a4c1f Merge branch 'main' into insert-linked-nodes
578fd9b10e Geometry Nodes: support grease pencil in Duplicate Elements node
63a4b45b43 Cleanup: USD: take advantage of new AttributeIter::get API
Compare 59 commits »
Jacques Lucke commented on pull request blender/blender#128207 2024-09-27 21:56:57 +02:00
Spreadsheet: use more obvious fallback name for geometries

Ok, I'm unsure whether to use parenthesis or graying out now. Personally, I also find graying out somewhat problematic because it usually means something like "inactive" which is a different concept.

Jacques Lucke deleted branch duplicate-elements-grease-pencil from JacquesLucke/blender 2024-09-27 21:54:41 +02:00
Jacques Lucke merged pull request blender/blender#128210 2024-09-27 21:54:39 +02:00
Geometry Nodes: support grease pencil in Duplicate Elements node
Jacques Lucke pushed to main at blender/blender 2024-09-27 21:54:39 +02:00
578fd9b10e Geometry Nodes: support grease pencil in Duplicate Elements node
Jacques Lucke commented on pull request blender/blender#128210 2024-09-27 21:53:52 +02:00
Geometry Nodes: support grease pencil in Duplicate Elements node

Had that at first, but it was weird for the duplicate_points_* case. Feel free to rename after the merge if you have a better idea.

Jacques Lucke pushed to duplicate-elements-grease-pencil at JacquesLucke/blender 2024-09-27 21:52:28 +02:00
f8a1a75e76 Merge branch 'main' into duplicate-elements-grease-pencil
6d83f9a6b3 Cleanup: Sculpt: Extract common factor calculation methods
6c62fe7ac8 Fix: Hydra memory leak when generated images are saved
04c5044e61 Fix: Hydra "Object" texture coordinates incorrectly set to "World"
a9fa3657a6 Fix (unreported) link/append code adding full ID names in some cases.
Compare 52 commits »
Jacques Lucke pushed to main at blender/blender 2024-09-27 11:56:24 +02:00
e25405aeb7 Geometry Nodes: improve input labels on Integer Math node
Jacques Lucke merged pull request blender/blender#128222 2024-09-27 11:56:24 +02:00
Geometry Nodes: Improve Input Labels on Integer Math
Jacques Lucke commented on pull request blender/blender#128211 2024-09-27 11:52:19 +02:00
Cleanup: USD: take advantage of new AttributeIter::get API

No need to pass in any parameters in this case, since the attribute is already on domain/data-type. Passing in these parameters would be necessary if you wanted to retrieve the attribute on a different domain or with a different type.

bc8e8d1936 use add_layers_with_empty_drawings_for_eval in more places
Jacques Lucke created pull request blender/blender#128210 2024-09-26 21:42:48 +02:00
Geometry Nodes: support grease pencil in Duplicate Elements node