Fix missed rename

This commit is contained in:
Austin Mroz 2025-02-11 14:45:57 -06:00
parent b2a0f3d60c
commit 90cf4e6285
No known key found for this signature in database

View File

@ -973,7 +973,7 @@ class Hy3DLoadMesh:
def load(self, glb_path):
trimesh = trimesh.load(glb_path, force="mesh")
trimesh = Trimesh.load(glb_path, force="mesh")
return (trimesh,)