Forum: Poser Python Scripting


Subject: How to select all figures in a group

maur_2005 opened this issue on Feb 24, 2020 ยท 11 posts


maur_2005 posted Mon, 24 February 2020 at 11:22 AM

Hi folks, I'm trying to select all figures in a Grouping and I need your help with this code

scene = poser.Scene()
group1 = scene.SelectActor(scene.Actor("Grouping 1"))

It doesn't work, what's wrong?