mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-02-04 04:18:57 +01:00
Fix broken gltf exports and minor cleanup
This commit is contained in:
@@ -138,3 +138,4 @@ class HTTPHandler(SimpleHTTPRequestHandler):
|
||||
self.send_header('E-Tag', f'"{_hash}"')
|
||||
self.end_headers()
|
||||
self.wfile.write(exported_glb)
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user