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

GeometryBasics.clear_faceviews is missing #105

Closed
caesquerre opened this issue Mar 21, 2025 · 1 comment · Fixed by #106
Closed

GeometryBasics.clear_faceviews is missing #105

caesquerre opened this issue Mar 21, 2025 · 1 comment · Fixed by #106

Comments

@caesquerre
Copy link

caesquerre commented Mar 21, 2025

Hi,
I can load a mesh with texture using mesh1 = load("myfile.obj") but when try to save a MetaMesh with texture save("myfile2.obj", mesh1) I got the following error:
ERROR: UndefVarError: clear_faceviews not defined in GeometryBasics

The error is in line 202 of the obj.jl file

mesh = GeometryBasics.clear_faceviews(mesh)

The function doesn't exist any more in GeometryBasics, would it be possible to reimplement it or better be able to save the mesh with the texture data.

@caesquerre
Copy link
Author

caesquerre commented Mar 21, 2025 via email

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

Successfully merging a pull request may close this issue.

1 participant