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()
loop through the actors and get the first one which is a body part with the "IsBodyPart" method
the internal name of the actor should be PartName:FigureNumber
so you should be able to extract the figure number after the colon
hope that helps
martin