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.
This returns all zeros but the current actor is not at co-ordinates 0,0,0 ....
import poser
scene = poser.Scene()
act = scene.CurrentActor()
xyz = act.Origin()
print "xCord: " + str(xyz[0]) + " yCord: " + str(xyz[1]) + " zCord: " + str(xyz[2])
Message edited on: 06/17/2004 05:40
Message edited on: 06/17/2004 05:40