Page MenuHome

Fix T102700: Viewer node missing check for empty geometry component
ClosedPublic

Authored by Hans Goudey (HooglyBoogly) on Nov 22 2022, 8:16 PM.

Details

Summary

GeometrySet::has() can return an empty component. It's more convenient
if it doesn't, since other code rarely wants to access an empty component.

The alternative would be adding an is_empty() check in the lazy function
for the viewer node, that would work fine too, for this case.

Diff Detail

Repository
rB Blender