-
Notifications
You must be signed in to change notification settings - Fork 12
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
Deal with holes in polygons #3
Comments
Hi, is there any progress on this ? I think that it is easier if the type is Solid because boolean modifier can be applied to difference between exterior and interior. |
Hi, no so far holes aren't supported but it will probably be addressed in the near future. Thanks for the suggestion. |
I made some changes to your code and i able to import polygon with hole to blender. I create mesh for each surface >> triangulate polygon with hole (bmesh)>> delete hole faces >> join all surface mesh. It work as expected but the problem is it have different geometry because of triangulated polygon. If you want to see it, i'll be glad to help. |
Thank you for your time and effort. As soon as I will start dealing with this issue, any help will be welcome! |
That's great. I'll create a fork of it for a moment. I'm also trying to make it able to import texture too. |
No description provided.
The text was updated successfully, but these errors were encountered: