Open Lucalme opened 2 months ago
File "E:\Softs\AI Stuff\MeshAnythingV2\mesh_to_pc.py", line 28, in export_to_watertight scaled_vertices, to_orig_center, to_orig_scale = normalize_vertices(normalized_mesh.vertices) AttributeError: 'Scene' object has no attribute 'vertices'
I've notived that when using the live demo on HF or even when running locally, the app crashes pretty fast when loading a .glb file. This should not be so much of a issue, since converting .glb to .obj is relatively easy. but I thought it was worth noting.