Skip to content

Commit 012a8c7

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat-gui
2 parents f62a4e3 + 0e5ce66 commit 012a8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genesis/utils/mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def postprocess_collision_geoms(
469469

470470
def parse_mesh_trimesh(path, group_by_material, scale, is_mesh_zup, surface):
471471
meshes = []
472-
scene = trimesh.load_scene(path, group_material=group_by_material, process=False)
472+
scene = trimesh.load(path, force="scene", group_material=group_by_material, process=False)
473473
for tmesh in scene.geometry.values():
474474
if not isinstance(tmesh, trimesh.Trimesh):
475475
gs.raise_exception(f"Mesh type not supported: {path}")

0 commit comments

Comments
 (0)