Blender Git Loki
Git Commits -> Revision 782ccbd
Revision 782ccbd by Hans Goudey (master) May 14, 2021, 20:53 (GMT) |
Cleanup: Move attribute code to attribute header This code in the geometry set header was not directly related to geometry sets, it makes more sense in the attribute access header. This makes it clearer that code for geometry components uses attribute code, rather than the other way around. It also allows adding more functionality to `BKE_attribute_access.hh` that depends on these things without including `BKE_geometry_set.hh` there. |
Commit Details:
Full Hash: 782ccbde70d873ee61691b7be2253b2b1b4d3cc1
Parent Commit: db59f0b
Lines Changed: +74, -74