Lukas Tönne LukasTonne
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-04 19:05:37 +01:00
1372ef9556 Utility function for adding value inputs by volume grid type.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-04 18:32:40 +01:00
65c9372ac8 Support more grid types in the SampleVolumeFunction.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-04 14:10:17 +01:00
b614a2c736 Common utility functions for supported grid and data types.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-04 13:54:24 +01:00
63cc433e68 Utility functions to deduplicate volume nodes and help with consistency.
04d838af75 Cleanup: move template<> lines into #ifdef.
Compare 2 commits »
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-04 13:12:05 +01:00
cc8cf89193 Moved point debug code into the voxels-to-points node.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-04 12:22:26 +01:00
8ce71b06ae Added missing implementation of grid types.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-04 12:07:17 +01:00
beb6c67b9c Voxelize active tiles before looping over leaf nodes.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-03 17:47:58 +01:00
cb27fb98ca New grid coordinate input field.
dc6a933f2b Extended Volume node menu with same submenus as other geometry types.
Compare 2 commits »
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-11-03 15:43:33 +01:00
a6aa7a3f94 Yet another ELEM list missing menu sockets.
dd655bcd3c Fix various crashes caused by static multifunctions in Menu Switch node.
Compare 2 commits »
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-11-03 14:07:36 +01:00
ff7db66253 Fix output socket field type for rotation and menu sockets.
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-11-03 13:41:30 +01:00
33c2353c59 Fix the Switch node to avoid crashing with unsupported socket types.
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-11-03 12:38:01 +01:00
37c9ba1ef1 Renamed "Switch" input to "Menu".
Lukas Tönne commented on pull request blender/blender#113445 2023-11-03 12:35:25 +01:00
Geometry Nodes: Menu Switch Node

Would be possible to show a message like "No items added"?

I just added a label "No Items" for now. The details can be a bit fiddly, i'm also showing the label here, which we don't do for the…

Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-11-03 12:33:30 +01:00
931b90c990 Display "No Items" when a menu is empty instead of an empty dropdown.
Lukas Tönne commented on pull request blender/blender#113445 2023-11-03 12:22:39 +01:00
Geometry Nodes: Menu Switch Node

Drawing glitch sometimes:

I can't repro this. Maybe it only happened for the square sockets? Could be hardware- or driver-dependent.

Lukas Tönne commented on pull request blender/blender#113445 2023-11-03 12:17:57 +01:00
Geometry Nodes: Menu Switch Node

Crash when dragging/adding the socket from the Group Input which is already connected to a Menu Switch

The node that shows up in the link search here is the regular boolean Switch node, not…

Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-11-03 12:01:27 +01:00
16db837216 Fix outdated socket type name.
6065f08841 Define menu sockets as supported when loading files.
Compare 2 commits »
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-11-03 11:50:20 +01:00
2190ac24f4 Renamed "Enum" socket type to "Menu".
679b1bb16d Alphabetical order in node add menu.
f4eb9b1f7b Revert "Use square socket icons for enum values."
Compare 3 commits »
Lukas Tönne commented on pull request blender/blender#113445 2023-11-03 11:38:54 +01:00
Geometry Nodes: Menu Switch Node

Implement menu dropdown for material views.

Lukas Tönne commented on pull request blender/blender#113445 2023-11-03 11:34:12 +01:00
Geometry Nodes: Menu Switch Node

Can just use the PrimitiveBakeItem for this, it just stores an int.