cnr-isti-vclab / meshlab

The open source mesh processing system
http://www.meshlab.net
GNU General Public License v3.0
4.79k stars 826 forks source link

Meshlab not opening model with .EXR texture #460

Open jgwill opened 5 years ago

jgwill commented 5 years ago

issue-meshlab-not-opening-exr-textures__190613

Hi, I am having an issue, meshlab do not open my mesh if the texture is of format EXR. Is there a limitation? (or can that be extended in further release?) or is there anything I can do? thanks

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tkircher commented 1 year ago

Still waiting for .exr support

datavizzard commented 1 year ago

I would support the request, Meshroom and Blender already support obj with exr.

chuong commented 1 year ago

Also second this request. Unfortunately this has not been implemented by now. image

Daeltam commented 12 months ago

Also second this request. Unfortunately this has not been implemented by now. image

How do you get pass that ? I have the same error and I can't import my textures now... I tried using an online tool to change from .exr to .png but I still have the same message, as if the .obj file was pointing towards the .exr files (which would be logical).

tkircher commented 12 months ago

Also second this request. Unfortunately this has not been implemented by now. image

How do you get pass that ? I have the same error and I can't import my textures now... I tried using an online tool to change from .exr to .png but I still have the same message, as if the .obj file was pointing towards the .exr files (which would be logical).

You have to edit the texture description file to replace the references to .exr with .png after converting the images.

nirmalsnair commented 10 months ago

Thanks @tkircher, it works!

  1. Save the .exr files as .png using any image tool such as IrfanView.
  2. Open the .mtl file and change all ".exr" references to ".png".