Page 1 of 1

2.54 doesn't export obj properly - 2.5 plug coming soon?

Posted: Wed Sep 22, 2010 6:42 pm
by DayVids
Hey guys,

Blender 2.54 native OBJ export is busted - you guys have any time frame on a refractive software 2.5 exporter?

Thanks

Re: 2.54 doesn't export obj properly - 2.5 plug coming soon?

Posted: Wed Sep 22, 2010 7:39 pm
by mib2berlin
Fix for the obj exporter.
Workaround: /2.54/scripts/op/io_scene_obj/__init__.py, change line 116

Before:
print(self.keys())
After:
print(self.properties.keys())

Or take a build from graphicall.org , there are many bugfixes since beta 4.

Cheers mib

Re: 2.54 doesn't export obj properly - 2.5 plug coming soon?

Posted: Thu Sep 23, 2010 4:47 am
by DayVids
many thx, did the trick :)

Re: 2.54 doesn't export obj properly - 2.5 plug coming soon?

Posted: Thu Sep 23, 2010 12:41 pm
by enricocerica
The Octane export script for 2.5 is in progress but the API changes all the way and since the last 2.54 release it doesn't work anymore, I should investigate but this is really painful.

Re: 2.54 doesn't export obj properly - 2.5 plug coming soon?

Posted: Sun Sep 26, 2010 4:20 am
by DayVids
hey, i have not problem just using a 2.53 version until they set in stone the 2.5 release. If you want to release it and specify it's for 2.53 and back, that would be perfect for me, as I can always use 2.5x and open it in 2.53 for export if there's a modeling function in later releases I need.

Don't put yourself through the ringer trying to do something that is going to take a great deal of time/effort if you have a solution now. (or at least that's what I say)

Dave

Re: 2.54 doesn't export obj properly - 2.5 plug coming soon?

Posted: Sun Sep 26, 2010 5:22 am
by Daniel
I'm still using 2.53 anyway. 2.54 is pretty broken on my PC.