Forum: Poser Python Scripting


Subject: Figure Number in PoserPython?

Cage opened this issue on Oct 28, 2005 ยท 8 posts


mkrueger posted Fri, 28 October 2005 at 5:18 PM

Hi! What you get is a list of Actor objects. So you have to call the method "InternalName()" for each of this object to retrieve the actual string. I appended a short code fragment that extracts the number. martin