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.
I am trying change the origin of an object i spawn in python (CreatePropFromGeom())
The origin is set to the center of the object where the original has its origin set at the bottom and I need to change it dynamically.
If I don't I get an offset of half its vertical size and the size is a variable.
I thought I could use SetOrgin() to the new prop with as parameters Origin(),X(), Origin().Y(),Origin().Z() of the original actor. But X(),Y(),Z() are not accepted. Even if so, I do not know if this will work to achieve what I want.
Is there a way to do this?