meshlab icon indicating copy to clipboard operation
meshlab copied to clipboard

Meshlab not opening model with .EXR texture

Open jgwill opened this issue 6 years ago • 7 comments

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

jgwill avatar Jun 13 '19 13:06 jgwill

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.

stale[bot] avatar Jun 19 '20 19:06 stale[bot]

Still waiting for .exr support

tkircher avatar Apr 14 '23 01:04 tkircher

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

datavizzard avatar Apr 20 '23 12:04 datavizzard

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

chuong avatar Oct 16 '23 04:10 chuong

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).

Daeltam avatar Nov 08 '23 20:11 Daeltam

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.

tkircher avatar Nov 08 '23 20:11 tkircher

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".

nirmalsnair avatar Jan 12 '24 10:01 nirmalsnair