v1.12.0
Changelog:
- Added support for exporting the scene to USD (Universal Scene Description) format which can be loaded into Blender or other DCC tools. Export from the menu entry
File -> Save as USD
or with the newviewer.export_usd()
method. - New
z_up
configuration option, if set to True the camera and default scene contents use the Z up convention, making it possible to visualize Z up data without changing coordinates. - Added PyQt6 window type. Use
AITVIEWER_INSTALL_PYQT6=1 pip install aitviewer
to install PyQt6 instead of PyQt5 and setwindow_type = "pyqt6"
in the configuration. This makes it easier to install and use aitviewer on MacOS. - Added
Meshes.from_file()
constructor to create meshes from standard meshes file formats (.obj
,.ply
etc..).
Info:
- Changed from GPL-3.0 to MIT license.
What's Changed
- Pull request in preparation for 1.12 Release by @ramenguy99 in #38
Full Changelog: v1.11.0...v1.12.0