Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
Did you ever get an answer for this, Anthony? From what I can see, there is no symmetric actor.SetGimbal() method to apply a change to the rotation evaluation order, as can be done manually by the user in the Joint Editor. This seems to be yet another example where the Poser Python API woefully lags behind what's possible in the UI, preventing any kind of automated construction of a figure by python script.
I'd suggest this is worth requesting from the new Renderosity support staff now responsible for Poser.
Verbosity: Profusely promulgating Graham's number epics of complete and utter verbiage by the metric monkey barrel.
You can visit Poser Software Support to open a ticket (you don't need a login for that), or just email JennBlake admin@posersoftware.com
Verbosity: Profusely promulgating Graham's number epics of complete and utter verbiage by the metric monkey barrel.
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.
If ac is an actor, then ac.Gimbal() gives "Get the gimbal information for the actor. This method returns a tuple of tuples. The first sub-tuple contains the gimbal order (e.g. (1, 2, 0) for Y, Z, X). The second contains the parameters that correspond to the x, y, and z rotations respectively". OK, and I have got it to work. But how within Poser Python can I set the gimbal order of xrotate yrotate zrotate of an actor ac?