Geometry Nodes: Add volume grid conversion nodes #118830

Merged
Hans Goudey merged 5 commits from HooglyBoogly/blender:geometry-nodes-grid-conversion-nodes into main 2024-02-29 01:20:36 +01:00

5 Commits

Author SHA1 Message Date
Hans Goudey b21c08a13d Use "voxel" instead of "cell" in tooltip 2024-02-28 16:21:36 -05:00
Hans Goudey 9847a4b90a Add a bit more information to the density tooltip 2024-02-28 16:21:15 -05:00
Hans Goudey 2813893aed Merge branch 'main' into geometry-nodes-grid-conversion-nodes 2024-02-28 16:18:10 -05:00
Hans Goudey b5d10a2862 Use hide value for grid sockets 2024-02-27 22:56:11 -05:00
Hans Goudey f071c0079d Geometry Nodes: Add volume grid conversion nodes
Adds two nodes as "grid" equivalents to the existing volume nodes:
- **Grid to Mesh**
- **Distribute Points in Grid**

The code for the latter is just duplicated for now. In a later step
old node can be replaced by versioning with two new nodes.
2024-02-27 22:53:46 -05:00