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 12:11 PM

Hi!

Try this:

actors = poser.Scene().CurrentFigure().Actors()

so you should be able to extract the figure number after the colon

hope that helps

martin