Several improvements how PLY files containing vertex normals are imported: - When they are present on a regular mesh, the code no longer sets all faces as "flat" (since that makes custom normals be ignored). - When they are present on a pure point cloud (i.e. no faces), custom vertex normals are added as a float3 point domain attribute (ref #114371).