Forum: Poser 12


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

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


Tekitoumen posted Tue, 12 July 2022 at 7:34 PM

Hello.


I want to control the human body model provided by Poser with a Python script. (For example, changing the vertex coordinates, exporting the model, etc.)


I want to execute the following source code to select a model

actor = scene.Actor ("Body")

However, this causes an Attribute Error.


The human body model is composed of various parts.

For example, setting body parts will succeed

actor = scene.Actor ("Chest")


I want to select the whole body.

How can I solve it?


If you know, please let me know.


Thank you.