ranahanocka / MeshCNN

Convolutional Neural Network for 3D meshes in PyTorch
MIT License
1.58k stars 316 forks source link

Blender simplify shapes script "Error: File format is not supported" #48

Closed claell closed 4 years ago

claell commented 4 years ago

When running the blender script to simplify the shapes, it always gives the following message: Error: File format is not supported in file 'C:\BatchAnalysis\MeshNetworkInput\0\test\filename.obj'

However, the .obj file is created and can be opened with FreeCAD for example.

ranahanocka commented 4 years ago

Hi @claell ,

Yes I observe the same message. I don't think it's an issue as the script works exactly as expected (as you also noticed)

-Rana

claell commented 4 years ago

Alright. Thanks for letting me know. Then this can be ruled out as the cause of my other problems.