Hi, I liked that I could access the raw vertices from the obj file, however, is it also possible to access the raw uvs? `scene = pywavefront.Wavefront(os.path.join(data_dir, "smal_data/barc.obj"), parse=True) scene.vertices `