SoftRas icon indicating copy to clipboard operation
SoftRas copied to clipboard

Maybe a bug in save_obj.py

Open changhongjian opened this issue 5 years ago • 0 comments

a bug will cause error when texture_type="vertex" in function save_obj

may it should change to this

if textures is not None and texture_type == 'surface':
    f.write('mtllib %s\n\n' % os.path.basename(filename_mtl))

changhongjian avatar Aug 18 '19 11:08 changhongjian