A small utility that allows users to save and load the view in the active viewport. Additionally, the view can be reset to match the default perspective view when starting a new OVITO session.
Button | Description |
---|---|
Reset View | Resets the active viewport to the default perspective view, as seen when starting a new OVITO session. |
Save View | Saves the current view in the active viewport, allowing it to be restored later. |
Load View | Restores the previously saved view in the active viewport. |
-
From the OVITO Pro using the extensions GUI
-
OVITO Pro integrated Python interpreter:
ovitos -m pip install --user git+https://github.com/ovito-org/SaveAndLoadView.git
The
--user
option is recommended and installs the package in the user's site directory. -
Other Python interpreters or Conda environments:
pip install git+https://github.com/ovito-org/SaveAndLoadView.git
- Tested on OVITO version 3.12.0
Daniel Utt [email protected]