Instead of custom data layer with special types, using general Vector and Float
attributes.
Depends on D8200
Differential D8635
Geometry: use generic attributes for Hair and Point Clouds Authored by Brecht Van Lommel (brecht) on Aug 19 2020, 7:20 PM. Tags None Subscribers None Tokens
Details Instead of custom data layer with special types, using general Vector and Float Depends on D8200
Diff Detail
Event TimelineComment Actions 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. Comment Actions 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. |