I have another issue with the materials not loading of obj files. I found the issue because of quotes in the mtllib reference
mtllib "outcrop.mtl"
when I manually edit the obj file and remove the quotes then the mtl ma…...fix_obj_file(file_path): with open(file_path, 'r') as file: lines...file.readlines() with open(file_path, 'w') as file: for line in lines:...