mikedh / trimesh

Python library for loading and using triangular meshes.
https://trimesh.org
MIT License
3.02k stars 583 forks source link

fix documentation for repair.stitch #2277

Closed dcetin closed 2 months ago

dcetin commented 2 months ago

This PR fixes the docstring for trimesh.repair.stitch function, which expects a mesh as input and not an array of vertices.

mikedh commented 2 months ago

Thanks for the fix!