-
Using Python script your can get the camera's position like this:
camera=SAMSON.getActiveCamera() position=camera.eyePositionor just:
SAMSON.getActiveCamera().eyePositionTo set the eye position of the camera to the desired one you can do:
position=Type.position3(1000, 10000, -10000) SAMSON.getActiveCamera().eyePosition=position -
Yes, and you will also need to save and restore the up vector and the target position.
Note that another possibility is to copy paste the camera from one document to another:
- open the document with the camera position you like (document 1)
- open the document with the camera you want to change (document 2)
- copy the camera from document 1 (select the camera of document 1, Edit /Copy)
- paste the camera to document 2 (select the camera of document 2 to indicate where you want to paste, then Edit / Paste)
- make the new camera of document 2 active (right click / Set as active camera)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login