-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: make boolean operations more robust by automatic retries and inp… #33
base: master
Are you sure you want to change the base?
ENH: make boolean operations more robust by automatic retries and inp… #33
Conversation
…ut meshes triangulation features Fixes zippy84/vtkbool#81
Thank you very much! Could you please post a screenshot of the GUI? |
I need to add another commit to fix a small problem :) |
If the boolean filter receives any empty input it makes Slicer crash when the filter updates. So I need to handle that beforehand:
|
…ty polyData to avoid Slicer crash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've cleaned up and simplified the code a bit, but let's not merge it until it is confirmed that it is needed. If the fix described in zippy84/vtkbool#43 (comment) works then this pull request will probably not be needed.
Thanks for reviewing |
…ut meshes triangulation features
Fixes zippy84/vtkbool#81