Summary
I have made a patch to convert the Delete Geometry node to work with fields (D12491). When working on this I came up with the idea of replacing this node with another called “Separate Geometry”. I wanted some feedback on which node would be preferred. Below I placed a small description of what each node would do.
Delete Geometry
Has a selection field as input, as well as a drop-down to select the domain (point, edge, face, face corner, spline). The node then deletes the geometry in the selection on that domain.
Separate Geometry
The same as Delete Geometry but has two outputs. For one of the outputs the selection is inverted. This is a more general version of the Point Separate node.
Reasons to choose one over the other
These are some that I could think of, but feel free to add your own reasons why
- The Delete Geometry node is simpler, and more to the point. It is clear what the output will be when you use it.
- The Separate Geometry node is more versatile, and can still do the exact same things as the Delete Geometry node. But because of its two outputs it can be difficult to tell which output will have which “half”. This was also a problem with the point separate node.
- If there are very few use-cases of actually needing both outputs of the Separate Geometry node, it just fills up more space then necessary and creates visual noise.
- It is not very difficult to recreate the Separate Geometry node using the Delete Geometry node, so there is no “real” extra functionality. The Separate Geometry node just makes it more compact.
- Delete Geometry
- Separate Geometry
0 voters




