trimesh icon indicating copy to clipboard operation
trimesh copied to clipboard

Implementation of compute_stable_poses

Open clemense opened this issue 3 years ago • 1 comments

Shouldn't len(mesh.faces) in https://github.com/mikedh/trimesh/blob/52fded0ada210358dacef8a8b1de82d71615ade6/trimesh/poses.py#L102 be len(cvh.faces)?

clemense avatar Jun 30 '22 23:06 clemense

Hey, not totally sure. It looks like it should probably hit that len(nodes) > 0 check first and the len(mesh.faces) is just there as a sanity checking max-iter that's larger than they think the order of magnitude is?

@mmatl PR'd that a while back he might have more insight.

mikedh avatar Jul 01 '22 19:07 mikedh