Khai-J-Bach opened this issue on Aug 27, 2010 · 1684 posts
Dizzi posted Tue, 31 August 2010 at 12:50 PM
odf... you know, that sucks... now I had to find another scene to test... ;-)
But luckily, I just needed to pick the next one (with diffuse IBL light with no image map) :-)
I had to change line 194 of PoserLuxExporter_workers.py to:
if not node or node.Type() != poser.kNodeTypeCodeIMAGEMAP : return None
to get to bug #2:
RuntimePythonposerScriptsScriptsMenuluxPose_1_14workersPoserLuxExporter_workers.py", line 251, in convert2Lux
self.image, self.imagetype = self.getImage()
TypeError: unpack non-sequence
I guess IBL without image maps just isn't supported yet.