relate toFix T81537
In very rare cases, when `face_uvidx` is larger than `len(verts_tex) ,`,
it will raise an Exception that makes import failed. it will raise an Exception that makes import failed, so I set an (0So I add
an `(0.0,0.0)0)` data pair during this exception occuredir to make the function can run well.