An error "index 0 is out of bounds for axis 1 with size 0" occurred while exporting the material.
_vertices, face_vertices, texturecoords, face_texturecoords = loadmesh_and_checkuv(mesh_fpath, outdir)
This code gets the shape of the variables texturecoords and face_texturecoords are both (0,0). Why?
An error "index 0 is out of bounds for axis 1 with size 0" occurred while exporting the material. _vertices, face_vertices, texturecoords, face_texturecoords = loadmesh_and_checkuv(mesh_fpath, outdir) This code gets the shape of the variables texturecoords and face_texturecoords are both (0,0). Why?