Skip to content

'pymeshlab.pmeshlab.MeshSet' object has no attribute 'simplification_quadric_edge_collapse_decimation' #49

@manuelito02

Description

@manuelito02

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
            )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions