Forum: Poser - OFFICIAL


Subject: The LuxPose Project - Alpha Stage

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


odf posted Tue, 31 August 2010 at 5:09 PM

Quote - The code has a problem:
actor.Visible is used instead of actor.Visible()
That's why everything is getting exported.

Open poser_extractor.py

search for "good_actor"

two lines below add "()" behind "actor.Visible", so it reads "return (actor.Visible() and geom"

Oh sh...

Sorry, I do that all the time now. Neither Ruby nor Scala require redundant parentheses for function calls, so I'm now seriously struggling with Python's required verbosity.
ETA: Fixed on github (even though the fix is so simply that it's hardly worth downloading).

Unfortunately (or luckily) the image node bug you found is not in my department.

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