-
Notifications
You must be signed in to change notification settings - Fork 69
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 files don't load textures in pymeshlab >2022.2 #362
Comments
I cannot replicate the issue. When saving a mesh, also the texture is saved in my system and in my input mesh. |
It stops working from v2022.2.post3. |
I have a similar issue, also stops working after v2022.2.post2 (last working version). Using
On ubuntu LTS 22.04 and LTS 24.04 |
I am able to load meshes fine in the GUI. When I load from python, I keep seeing it replaced with "dummy.png", and without yet having taken a detailed look at the pybind11 bindings, can't for the life of me work out why some load fine and others do not.
Have tried 2023.12.post2 and 2023.12, which matches the flatpak I have installed. This affects GLB/GLTF too. |
When running the following code I get the expected result in pymeshlab 2022.2 and before.
However in later versions, the textures don't seem to be imported (no textures are copied to the output folder and the .mlp file contains only the mesh, no textures.)
The text was updated successfully, but these errors were encountered: