-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Type error in boolean meshing arguments passed from remesh_surface() into MMGS, (-noinsert, etc.). If these arguments are False, they should not be provided to MMGS, but currently any argument given except None turns on the MMGS -noinsert flag.
Reproduction
Run remesh_surface(noinsert = False), for example in generate_tube(), and observe that MMGS is following the -noinsert rule.
Expected behavior
remesh_surface(noinsert = False) should result in the MMGS -noinsert flag being off.
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct and Contributing Guidelines
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working