The aim is to replace the `BKE_mesh_faces_flip` functions with this newer C++ function using the attribute API. But that is must be called by RNA, so move this to blenkernel to avoid a circular dependency between the geometry module and RNA.
The aim is to replace the `BKE_mesh_faces_flip` functions with this newer C++ function using the attribute API. But that is must be called by RNA, so move this to blenkernel to avoid a circular dependency between the geometry module and RNA.