This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
Hans Goudey 8ddfdfd2b2 Geometry Nodes: Handle multiple grids in the volume to mesh node
In future use cases, a volume can contain many grids that represent the
density information. In this case, it's better if the volume to mesh node
creates a mesh based on all of the grids in the volume.

This is also a benefit to share-ability, since one doesn't have to
specify the grid name in the node. Instead, in the future we can have
a way to split particular grids into separate volumes, if only one
grid should be considered.

The code changes are relatively simple:
 - Move the old volume to mesh node to the legacy folder.
 - Run the volume to mesh node on all instance geometry, like elsewhere.
 - Make the blenkernel's volume to mesh API a bit more specific.

Differential Revision: https://developer.blender.org/D12997
2021-10-26 11:25:44 -05:00
..
2021-08-26 12:39:45 +10:00
2021-09-12 19:51:16 +10:00
2021-10-12 17:55:02 +11:00
2021-07-16 11:48:54 +10:00
2020-12-15 17:19:55 +01:00
2021-10-03 12:13:29 +11:00
2021-08-20 02:30:11 +02:00
2021-10-18 12:13:10 +11:00
2021-10-18 12:13:10 +11:00
2021-10-17 18:31:24 +02:00
2021-07-02 12:15:29 +10:00
2021-06-10 12:15:59 +02:00
2021-10-20 09:17:46 +11:00