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

.obj export issue #126

Open
Awersang opened this issue Dec 18, 2024 · 2 comments
Open

.obj export issue #126

Awersang opened this issue Dec 18, 2024 · 2 comments

Comments

@Awersang
Copy link

Hi!

I am working on venv Python 3.11.3
I have installed pywavefront-1.3.3

when I want to save the file to .obj file I get:
FileFormatError: no write function available for format obj

Saving the .ply file after installing plyfile works fine.

Any ideas what might be happening here?

Cheers
t.

@jimy-byerley
Copy link
Owner

Hello ! This behavior is normal, this is because pywavefront only supports reading .obj files, not writting them.
So I never implemented .obj export in pymadcad either ... I eveb don't know if it is hard 🤔

@Awersang
Copy link
Author

Thank you.

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

No branches or pull requests

2 participants