Skip to content

Commit

Permalink
Update triangulate filter to support newer version of PyMeshLab
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcope committed Jan 12, 2024
1 parent 8482e3c commit de0c7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/scripts/MeshLabExecuteFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def convert(s):
ms.load_new_mesh(args.input)

# make sure mesh is pure triangles
ms.apply_filter("turn_into_a_pure_triangular_mesh")
ms.apply_filter("meshing_poly_to_tri")

# load the filter script and execute
ms.load_filter_script(args.script)
Expand Down

0 comments on commit de0c7bb

Please sign in to comment.