Page MenuHome

Geometry: use generic attributes for Hair and Point Clouds
ClosedPublic

Authored by Brecht Van Lommel (brecht) on Aug 19 2020, 7:20 PM.

Details

Summary

Instead of custom data layer with special types, using general Vector and Float
attributes.

Depends on D8200

Diff Detail

Event Timeline

Why does BKE_id_attribute_rename do error handling with BLI_assert while BKE_id_attribute_remove uses BKE_report. Not saying that has to be changed, just wondering.

This revision is now accepted and ready to land.Aug 20 2020, 11:37 AM

Why does BKE_id_attribute_rename do error handling with BLI_assert while BKE_id_attribute_remove uses BKE_report. Not saying that has to be changed, just wondering.

For rename the Python API does not need the reports, so I didn't add them. But I might as well make them consistent, I'll update D8200 for that.