smiller1 opened this issue on Jun 17, 2004 ยท 3 posts
smiller1 posted Thu, 17 June 2004 at 5:37 AM
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