Skip to content

Commit f19468c

Browse files
[python] rendering fix for stl
1 parent 5d3113e commit f19468c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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.12
4+
5+
- Minor fix to stl, obj, gltf and step files
6+
37
## 2.8.11
48

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

python/hal9/runtimes/threed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def run(source_path: Path, port :str, params :str):
1313
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/build/engine/o3dv.min.js"></script>
1414
</head>
1515
<body>
16-
<a id="open-link" href="{model_name}" target="_blank" rel="noopener noreferrer">Open {image_name}</a>
16+
<a id="open-link" href="{model_name}" target="_blank" rel="noopener noreferrer">Open {model_name}</a>
1717
<div class="online_3d_viewer" style="width: 100%; height: 100%;" model="{model_name}"></div>
1818
<script>window.addEventListener ('load', () => {{ OV.Init3DViewerElements (); }});</script>
1919
<script>

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.11"
3+
version = "2.8.12"
44
description = ""
55
authors = ["Javier Luraschi <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)