Forum Moderators: Lobo3433, Staff Forum Coordinators: Anim8dtoon
Poser Python Scripting F.A.Q (Last Updated: 2026 Mar 20 12:46 pm)
You can also loop over the WorldVertices and copy the X, Y and Z values from the original object.
The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter
Quote - You can also loop over the WorldVertices and copy the X, Y and Z values from the original object.
:) Thanks Man, that's what I have looking for. I'm Blender user and I have interactive Python console there. That feature is missing to me in Poser a lot. So I have over looked WorldVertices :) Thanks again!
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.
Is there a way to access Poser Grouping tool through Python? I mean, is there a way to spawn props? I know that there are CreateGeomFromGroup and CreatePropFromGeom functions but CreateGeomFromGroup creates geometry from original mesh and I need somethig that will preserve current vertice positions.