Skip to content

Commit 31f4446

Browse files
committed
Merge branch 'feat/spell' of github.com:mikedh/trimesh into feat/spell
2 parents f97cd04 + 4e7d028 commit 31f4446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trimesh/repair.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def stitch(mesh, faces=None, insert_vertices=False):
435435
if not valid.any():
436436
continue
437437
# take the first valid normal from our new faces
438-
check = check[valid][0]
438+
check = check[0]
439439

440440
# if our new faces are reversed from the original
441441
# Adjacent face flip them along their axis

0 commit comments

Comments
 (0)