Skip to content

GeometryBasics.clear_faceviews is missing #105

Closed
@caesquerre

Description

@caesquerre

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions