Forum: Poser Python Scripting


Subject: How do I change 'CurrentFigure'?

timarender opened this issue on Apr 20, 2013 · 5 posts


markschum posted Tue, 23 April 2013 at 1:17 PM

current figure is the current selected figure in Poser.

 

you want scene.SelectFigure(scene.Figure("Victoria4")) or some variation.

You can iterate through scene.Figures() if you want.