Another API change in pymeshlab.
ComfyUI-GeometryPack/nodes/main/remeshing/refine.py line 135:
ms.simplification_quadric_edge_collapse_decimation(
targetfacenum=target_face_count,
preserveboundary=True,
preservenormal=True,
preservetopology=False
)
Should be:
ms.meshing_decimation_quadric_edge_collapse(
targetfacenum=target_face_count,
preserveboundary=True,
preservenormal=True,
preservetopology=False
)
Another API change in pymeshlab.
ComfyUI-GeometryPack/nodes/main/remeshing/refine.pyline 135:Should be: