Allow saving OBJ files with UVs without the requirement of having passed in texture_map in pytorch3d/io/obj_io.py. The current code ties UV saving to texture/material writing. It should be possible to write UVs without this texture map requirement.
Thanks.