Cleanup: Remove unnecessary attribute provider callbacks #107088

Merged
Hans Goudey merged 1 commits from HooglyBoogly/blender:cleanup-remove-as-attribute-callbacks into main 2023-04-18 17:13:48 +02:00

1 Commits

Author SHA1 Message Date
Hans Goudey eae8985ab0 Cleanup: Remove unnecessary attribute provider callbacks
We don't use the callbacks that create virtual arrays from the custom data
anymore, they just add extra indirection. The only non-obvious case was
the crease attribute which had a setter function. Replace that with an
attribute validator like the other similar attributes.
2023-04-18 11:04:48 -04:00