-
released this
2026-05-27 06:44:11 +00:00 | 63 commits to main since this releaseFollow-up to v1.4.2 — the auto-open path was fixed for
process/rescue, butautosplat serve(without--with-supersplat) still opened the rawhttp://127.0.0.1:8765/scene.plyURL in the browser. Browsers have no MIME handler for.ply, so the result was a download prompt instead of a rendered splat.Fixed
autosplat serve(no--with-supersplat) opens the remote SuperSplat editor, not the raw PLY URL. New_remote_supersplat_url_for(ply_url)helper wraps the local PLY URL inhttps://playcanvas.com/supersplat/editor?load=<encoded-ply-url>— the same patternviewer.open_in_vieweruses fortarget="supersplat". The local PLY server keeps running so the remote editor can fetch the file.--no-open-browserstill suppresses the browser launch for headless / CI use.
Tests
- 2 new tests in
test_cli_serve.pycover URL construction (default port, high port). End-to-end CliRunner tests of the serve loop are intentionally avoided because they involve threading + signals + sockets and add fragility for no extra coverage — the helper is pure. - 314 tests passing.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads