OpenDroneMap / Obj2Tiles

Converts OBJ files to OGC 3D tiles by performing splitting, decimation and conversion
GNU Affero General Public License v3.0
196 stars 58 forks source link

Exception: Access to the path '_______' is denied #59

Open ahon-s opened 6 months ago

ahon-s commented 6 months ago

What is the problem?

[When downloading some OBJ files, I noticed that they don't have external MTL files, but their first line is "mtllib ". When running the program in this case, it throws an exception-Exception: Access to the path '____' is denied.]

What should be the expected behavior?

[I hope to handle this situation by ignoring the 'mtllib ']

How can we reproduce this? THIS IS IMPORTANT. What steps did you do to trigger the problem? If this is an issue with processing a model, YOU MUST include a copy of your model uploaded on Google Drive or Dropbox (otherwise we cannot reproduce this) along with the command line parameters you used to process it.

[It is possible to reproduce the exception in OBJ files that do not use external MTL files by adding 'mtllib' on the first line]

Snipaste_2023-12-26_11-20-30