Blender Git Commit Log

Git Commits -> Revision f094b4f

Revision f094b4f by Jacques Lucke (master)
March 2, 2021, 12:29 (GMT)
Fix T86172: check if attribute is actually accessible

The crash happened when the density in the Point Distribute node was
above zero but so small, that no point was generated. In this case, there
was a point cloud component, but the point cloud was empty, making some
attributes unavailable.

One could also make more attributes available in this case, but that can
be done separately if necessary.

Commit Details:

Full Hash: f094b4fa08c970c48ff8f70952ecb3adf353539b
Parent Commit: 1e7d8a4
Lines Changed: +4, -1

2 Modified Paths:

/source/blender/blenkernel/intern/attribute_access.cc (+1, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_scale.cc (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021