Forum: Poser Python Scripting


Subject: How to select all figures in a group

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


adp001 posted Tue, 25 February 2020 at 9:33 AM

To find out what is contained in a group (or parented to a prop), use

print [ac.Name() for ac in poser.Scene().Actor("Grouping 1").Children()]