Blender Git Commit Log

Git Commits -> Revision f5e5a09

Revision f5e5a09 by Jacques Lucke (master)
November 24, 2021, 11:00 (GMT)
Geometry Nodes: decouple Delete Geometry node from Mask modifier

This dependency was a bit ugly and the functions from the mask modifier
did a few things that we don't need in the Delete Geometry node:
* The mask modifier uses `CustomData_copy_data` which the node doesn't need.
* The mask modifier checks for `-2` in some values, but this special value is
not used by the node.

Differential Revision: https://developer.blender.org/D13335

Commit Details:

Full Hash: f5e5a0987af447002e02d73b907ff4f39b743214
Parent Commit: 050b205
Lines Changed: +91, -15

1 Modified Path:

/source/blender/nodes/geometry/nodes/node_geo_delete_geometry.cc (+91, -15) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021