Viser

Latest version: v0.2.1

Safety actively analyzes 638346 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

0.2.1

What's Changed
* Allow users to set logging verbosity explicitly from viser server by hangg7 in https://github.com/nerfstudio-project/viser/pull/222


**Full Changelog**: https://github.com/nerfstudio-project/viser/compare/v0.1.31...v0.2.1

0.2.0

**Updated API.**

Before:
python
server.add_gui_button()
server.add_gui_folder()
server.on_scene_click()
server.add_mesh()
server.reset_scene()


After:
python
server.gui.add_button()
server.gui.add_folder()
server.scene.on_click()
server.scene.add_mesh()
server.scene.reset()


Deprecations warnings are now raised when the older API is used.

**Full Changelog**: https://github.com/nerfstudio-project/viser/compare/v0.1.31...v0.2.0

0.1.34

Fix edge cases in 3D gui container.

**Full Changelog**: https://github.com/nerfstudio-project/viser/compare/v0.1.33...v0.1.34

0.1.33

Minor bug fixes: GUI dropdown edge case, unnecessary client builds.

**Full Changelog**: https://github.com/nerfstudio-project/viser/compare/v0.1.32...v0.1.33

0.1.32

Fixed edge cases with GUI containers.

**Full Changelog**: https://github.com/nerfstudio-project/viser/compare/v0.1.31...v0.1.32

0.1.31

What's Changed
* Fix bug in SE3::as_matrix by Alescontrela in https://github.com/nerfstudio-project/viser/pull/216

New Contributors
* Alescontrela made their first contribution in https://github.com/nerfstudio-project/viser/pull/216

**Full Changelog**: https://github.com/nerfstudio-project/viser/compare/v0.1.30...v0.1.31

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.