Jcleaver opened this issue on Aug 29, 2010 · 89 posts
LaurieA posted Wed, 01 September 2010 at 9:44 AM
Dizzi said:
"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" "
Worked for me ;o).
Laurie