MaterialX icon indicating copy to clipboard operation
MaterialX copied to clipboard

WebViewer: Drag+Drop of materials with image dependencies does not work

Open kwokcb opened this issue 6 months ago • 0 comments

Issue

If you drag-drop a MTLX file with image dependencies the image dependencies cannot be found to be bound. Seems to be the case for

  1. Image files in same folder as MTLX file
  2. Image files in sub-folders of MTLX file
  3. Image files in sibling or parent folders

Perhaps this is due to the usage of relative file paths, though would think that 1 would work.

Diagnosis

Found while loading and examining the console log in a browser.

kwokcb avatar Jan 05 '24 19:01 kwokcb