Forum: Poser - OFFICIAL


Subject: The LuxPose Project - Alpha Stage

Khai-J-Bach opened this issue on Aug 27, 2010 · 1684 posts


odf posted Sat, 28 August 2010 at 7:19 AM

Quote - Sorry, odf, but no the error moved.

I change line 146 of poser_extractor.py to "for i, v in enumerate(geom.TexVertices() or []):" to get rid of the first exception, just like you did with geom.TexPolygons() further down. That's a cool approach btw :-)

And then I get this:

File "P:Poser 8RuntimePythonposerScriptsScriptsMenuluxPosepydoughgeometry_export.py", line 65, in write
except TopologyError, message:
NameError: global name 'TopologyError' is not defined

Dang it! Is that a free prop or a commercial one? Because it would be much easier if I could do the debugging myself.

Anyway, if you change line 10 in geometry_export.py to import TopologyError as well, you should see a more useful error message.

-- I'm not mad at you, just Westphalian.