Skip to content

v1.14.0

Choose a tag to compare

@kaufManu kaufManu released this 05 May 09:27
· 15 commits to main since this release

What's Changed

  • MANO support by @sammychristen in #65 and @kaufManu in #88
  • Update dependencies and required python version by @ramenguy99 in #81
  • Add SMPL-X model support by @TommasoNanni in #83
  • Add point cloud splatting shader that is depth-aware by @identxxy in #87
  • Support loading ply format 3DGS model by gsplat by @identxxy in #86
  • Add support for FLAME by @kaufManu in #89
  • Add control for font size by @kaufManu in #91
  • Fix bug that ignored enabled_frames by @kaufManu in #90
  • Drop support for Python < 3.10 because those versions are EOL and critical vulnerability in black required to upgrade anyway.
  • Removed setup.py and moved everything to pyproject.toml because python setup.py is deprecated. Install locally and in editable mode via pip install -e .
  • By default PyQt6 is installed. PyQt5 can still be installed via pip install "aitviewer[pyqt5]".
  • Updated test workflows: latest macOS, test build and publish via TestPyPi.

New Contributors

Full Changelog: v1.13.0...v1.14.0