Forum: Poser Python Scripting


Subject: Getting the same view from dolly/orbiting cameras using Python ?

3dcheapskate opened this issue on Feb 05, 2020 ยท 10 posts


maur_2005 posted Wed, 05 February 2020 at 8:35 PM

Thank you. You were right, WorldDisplacement() is the key, I think I might figure out

cam = scn.ActorByInternalName("FACE_CAMERA") wd = cam.WorldDisplacement() wdx=di[0] wdy=di[1] wdz=di[2]