Blender Git Loki
Git Commits -> Revision 51c2ee4
Revision 51c2ee4 by Jacques Lucke (master) February 19, 2021, 09:32 (GMT) |
Geometry Nodes: use corner domain for densities in Point Distribute node Previously, the density was set per point. That implies that when a point has a non-zero weight, points might be distributed in all connected polygons. By specifying the density per corner, this limitation is removed. Note, per-point density maps (such as vertex groups) can still be used. They will be adapted to the corner domain without loss of information. Differential Revision: https://developer.blender.org/D10461 |
Commit Details:
Full Hash: 51c2ee434617188d3f3acd1abd1b788ce81179e6
Parent Commit: cb3e092
Lines Changed: +16, -13
1 Modified Path:
/source/blender/nodes/geometry/nodes/node_geo_point_distribute.cc (+16, -13) (Diff)