Skip to content
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

New faces created by close_holes filter set all new faces with wedge uv at 0.5 #379

Open
SuX97 opened this issue Jul 3, 2024 · 0 comments

Comments

@SuX97
Copy link

SuX97 commented Jul 3, 2024

I have a mesh with per-wedge UV and a associated texture image. After applying close_holes filter, some new faces is added to close holes, however the material and per-wedge UV set for those faces is not correct, I find the UVs of the newly add faces are set to be [0.5, 0.5](the center point of the image), and assigned a new material, while I actually want to get the uv by interpolating the uv of the nearby faces, and using the original material. How to fix this? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant