Skip to content

v1.12.0

Compare
Choose a tag to compare
@kaufManu kaufManu released this 13 Sep 10:18
· 33 commits to main since this release

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 new viewer.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 set window_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

Full Changelog: v1.11.0...v1.12.0