Forum: Poser Python Scripting


Subject: Recognition of body parts and props of imported models

Tekitoumen opened this issue on Jul 19, 2022 ยท 1 posts


Tekitoumen posted Tue, 19 July 2022 at 3:22 AM

Hello.

I want to do the following with python

1. Import the human body model (scene.ImExporter ())

2. Select the parts of the human body model (chest and abdomen)

3. Control the coordinates of the selected part (actGeom.Vertex)


I'm in trouble because I can't do 2.

I want to specify the chest and abdomen and customize it to my liking.


However, the imported model is treated as a "prop" and I can't select the body parts.


Will the imported model always be treated as a prop?

Is there a way to script the chest and abdomen of the imported model?


If you know, please let me know.


Thank you.

p.s.

Thank you to everyone who always answers the questions.

Now, I have various problems. If I can clear them one by one, I would like to thank everyone who answered in other threads.