Blender Git Commit Log
Git Commits -> Revision 626a8e0
Revision 626a8e0 by Hans Goudey (master) February 25, 2021, 14:20 (GMT) |
Fix T85979: Attribute missing warning with empty geometry An error doesn't make sense in these situations because we don't expect to find attributes on empty geometry, and an empty geometry set is a valid situation. Note that we can't use `component.is_empty` here, because often the component is visually "empty" but still has a point cloud with no points or a mesh with no vertices. |
Commit Details:
Full Hash: 626a8e0f10ef90415c3811567b789168484c0b88
Parent Commit: bcd369c
Lines Changed: +3, -2
1 Modified Path:
/source/blender/nodes/intern/node_geometry_exec.cc (+3, -2) (Diff)