Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Dec 02 3:16 pm)
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
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.