Saving to `obj` bug
See original GitHub issueHi Marco,
I’m testing the latest version of vedo
but I get an error when saving to .obj
:
Has to do with this line: https://github.com/marcomusy/vedo/blob/01e9c42ce910974d33f29ddba2d46bc1e6823812/vedo/vtkio.py#L1138
The error:
> for l in objct.lines(joined=True):
E TypeError: lines() got an unexpected keyword argument 'joined'
../../../miniconda3/envs/brtest/lib/python3.7/site-packages/vedo/vtkio.py:1138: TypeError
I’ve tried updating vtk
to the latest version but that didn’t help. Is there anything else I should update?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Glitchy/distorted object when exporting to .obj file format but ...
I am trying to model and export a Glock 18 for my game. In viewing in Edit mode, Object mode, Shading or basically...
Read more >Error Saving Object An error occured trying to ... - Esri Support
The error occurs due to one of the following reasons: Saving a feature class to a folder other than a geodatabase (.gdb). Saving...
Read more >Texture mismatch when exporting to OBJ or FBX - Reallusion
Essentially it was caused by pulling the texture from a wrong export in my case. It was an OBJ export folder, which I...
Read more >OBJ Export Frustrations - Adobe Support Community - 8835356
Solved: I have a scene which contains a few 3D objects created within Photoshop. I want to export those 3D objects individually from...
Read more >Exporting to OBJ - error opening file - Revopoint Forum
Any suggestions? I saw one video where just the face was capture and downloaded the provided file which opens fine. Thanks in advance!...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see, okay. Thanks Marco 😃
Thanks for the release, it works perfectly!
By the way, completely unrelated question, do you have idea why the VTK widget for pyqt5 applications gives low resolution renderings on mac compared to windows??