Skip to content

Commit c0a9f38

Browse files
[python] support downloading stl, obj, gltf and step files
1 parent 4036c92 commit c0a9f38

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.8.10
4+
5+
- Support downloading stl, obj, gltf and step files
6+
37
## 2.8.9
48

59
- Support rendering stl, obj, gltf and step files

python/hal9/runtimes/threed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def run(source_path: Path, port :str, params :str):
1313
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/online-3d-viewer@0.15.0/build/engine/o3dv.min.js"></script>
1414
</head>
1515
<body>
16+
<a href="{image_name}">{image_name}</a>
1617
<div class="online_3d_viewer" style="width: 100%; height: 100%;" model="{image_name}"></div>
1718
<script>window.addEventListener ('load', () => {{ OV.Init3DViewerElements (); }});</script>
1819
</body>

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hal9"
3-
version = "2.8.9"
3+
version = "2.8.10"
44
description = ""
55
authors = ["Javier Luraschi <javier@hal9.ai>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)