![]() |
export fails - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=9) +--- Thread: export fails (/showthread.php?tid=197) |
export fails - HeleSci - 02-21-2013 when I tried an export to obj Format, the following message appears: Export crashes: badmatch... look attached file how can I fix this problem RE: export fails - micheus - 02-21-2013 Quote:{error,enoent}In accord with Erlang doc (File module) this error could means (depending on what function was used): - The directory does not exist; - The file does not exist; - The file could not be found in any of the directories in Path. as the crash occurs exporting the materials ({e3d_obj,materials,3}) maybe you could have some material setting wrong. Maybe a material with texture pointing to an image file or directory not found in your system. Take a look in such possibility. |