Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing an editor plugin and as part of my package, I'd like to be able to move the viewport camera to specific locations to make it easier for the artist to work on the scene. I can do this temporarily by setting the transform of the camera passed to EditorPlugin._forward_3d_gui_input(), but it jumps back to what it was before as soon as I try to navigate in the viewport.
Beta Was this translation helpful? Give feedback.
All reactions