Page MenuHome

Geometry Nodes: Improve handling of zero-sized attributes.
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on Jul 27 2022, 6:00 PM.

Details

Summary

Previously, the attribute api returned none when the attribute did not exist, or when it's pointer was null. The issue is that the data pointer was null when the domain size was 0. In this case, the caller couldn't differentiate between a non-existing and an empty attribute.

This also fixes T100026.

Diff Detail

Repository
rB Blender