Forum: Poser Python Scripting


Subject: About select body part of object file by python

Tekitoumen opened this issue on Aug 26, 2022 ยท 7 posts


FVerbaas posted Sun, 28 August 2022 at 9:11 AM Forum Coordinator

So, you load a prop from file and you want to do something with that prop via Python?

If you know the name of the prop you can use scene.Actor()

The prop usually will be selected after the loading so you can also use scene. CurrentActor()