Forum: Poser 12


Subject: scene.Actor("Body") Attribute Err

Tekitoumen opened this issue on Jul 12, 2022 · 5 posts


adp001 posted Wed, 13 July 2022 at 8:35 PM

Looks like you forgot to assign the poser scene to your variable "scene".

scene = poser.Scene()

After that, scene.Actor("Chest") will return an actor if one with such a name is available in your scene.

You should ask such questions in in the Python forum. Most users here do not know how to program in Poser Python.