Releases: nerfstudio-project/viser
Releases · nerfstudio-project/viser
Release v0.0.13
What's Changed
Full Changelog: v0.0.12...v0.0.13
Release v0.0.12
What's Changed
- Add button groups by @brentyi in #13
- Add leva panel hints by @tancik in #24
- Add dev and example packages to pyproject.toml by @tancik in #25
- Update viewer dropdown types by @tancik in #23
- Add gui button handle to init by @tancik in #26
- Add setuptools to docs dependencies by @brentyi in #27
- Enforce formatting by @tancik in #31
- Create LICENSE by @tancik in #30
- Remove support for python 3.7 by @tancik in #32
- Add code check script by @tancik in #29
- Rename "select" to "dropdown", improve types by @brentyi in #33
Full Changelog: v0.0.11...v0.0.12
Release v0.0.11
What's Changed
- Fixes initial value errors for colmap demo by @ethanweber in #11
- Adding double side for mesh by @ethanweber in #12
- Color space fixes
- Race condition fixes
- Fix for duplicate message types
Full Changelog: v0.0.10...v0.0.11
Release v0.0.10
What's Changed
- Added a demo for visualizing colmap reconstructions by @ethanweber in #10
- Fixed jump from setting camera up-direction
- Fixed reads for look-at oints
- Fixed pose assignment + persistence for transform controls
- Fixed race condition for client connection callbacks
- Fixed flickering in textures
New Contributors
- @ethanweber made their first contribution in #10
Full Changelog: v0.0.9...v0.0.10
Release v0.0.9
- Minor bug fixes, performance improvements.
Full Changelog: v0.0.8...v0.0.9
Release v0.0.8
What's Changed
- Added null to typescript interface gen by @kerrj in #9
wxyz
,position
, andvisible
parameters added to all functions for creating scene nodesdisabled
andvisible
parameters added to all functions for creating GUI inputs- Fixed memory leaks in point clouds and meshes
- Fixed background image downloads
- Added 2D label messages
- Fixed camera synchronization when up directions are mismatched
- More consistent camera callback API
- Add toggleable three.js statistics
New Contributors
Full Changelog: v0.0.7...v0.0.8
Release v0.0.7
- Camera interface improvements: expose up-direction, look-at point, etc.
- Add
viser.transforms
+ associated cleanup.
v0.0.6
Many bug fixes and improvements:
- Add camera controls: orientation, position, FOV.
- (breaking change)
on_update
=>on_click
for button inputs. - (breaking change) Replaced getter/setter APIs with
@property
-based APIs. - Add
.atomic()
message grouping. - Fixed scene resets for empty scenes.
- Fixed
set_options()
when the currently selected value is removed. - Fix background image flickering in Safari.
Full Changelog: v0.0.5...v0.0.6
Release v0.0.5
Fix background image download
Release v0.0.4
Re-built client