v1.14.0
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.pyand moved everything topyproject.tomlbecausepython setup.pyis deprecated. Install locally and in editable mode viapip 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
- @sammychristen made their first contribution in #65
- @TommasoNanni made their first contribution in #83
- @identxxy made their first contribution in #87
Full Changelog: v1.13.0...v1.14.0