Forum: Poser - OFFICIAL


Subject: Message for Poser's upgraders: a new Python function needed in gimbal work

Anthony Appleyard opened this issue on Jun 22, 2019 ยท 1 posts


Anthony Appleyard posted Sat, 22 June 2019 at 11:58 PM

If ac is an actor, then ac.Gimbal() "gets 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 within Poser Python I cannot set the gimbal order of xrotate yrotate zrotate of an actor ac.

Please provide this missing functiom ac.SetGimbal()