Blender Git Commit Log
Git Commits -> Revision 4647970
Revision 4647970 by Wannes Malfait (master) June 1, 2021, 21:32 (GMT) |
Geometry Nodes: Add Delete Geometry Node This node is similar to the mask modifier, but it deletes the elements of the geometry corresponding to the selection, which is retrieved as a boolean attribute. The node currently supports both mesh and point cloud data. For meshes, which elements are deleted depends on the domain of the input selection attribute, just like how behavior depends on the selection mode in mesh edit mode. In the future this node will support curve data, and ideally volume data in some way. Differential Revision: https://developer.blender.org/D10748 |
Commit Details:
Full Hash: 464797078d44a55b45560f561b20a546ce46bcd7
Parent Commit: 3400ba3
Committed By: Hans Goudey
Lines Changed: +567, -18
1 Added Path:
/source/blender/nodes/geometry/nodes/node_geo_delete_geometry.cc (+524, -0) (View)
9 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_mask.cc (+24, -13) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_separate.cc (+5, -5) (Diff)
/source/blender/nodes/geometry/node_geometry_util.hh (+8, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_mask.cc (+24, -13) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_separate.cc (+5, -5) (Diff)
/source/blender/nodes/geometry/node_geometry_util.hh (+8, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)