View Single Post
Old 26th October 2013, 01:07 PM   #7
jentron
Senior Member
Professional user
 
Join Date: Nov 2007
Posts: 139
Default Re: Plugin: Another OBJ Importer/Exporter

So I downloaded the source-code and made a few small changes to get it to compile under Linux. I found a couple of issues right off, I'm not sure if they're linux only or if they affect the Windows binaries as well?

1. If the material library is missing AC3D aborts. The exception thrown by cstrlist isn't being properly caught in cobj.cpp

2. fopen(foo,"rt") doesn't work to translate Mac \r line ending so Mac written .obj files don't load.

Thanks,

Ron
jentron is offline   Reply With Quote