Skip to content

Commit

Permalink
Patch relative paths to allow MDL tests to pass for now. (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardkwok authored Feb 5, 2021
1 parent e542651 commit b6e13f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<materialx version="1.37">
<nodegraph name="NG_brass1" colorspace="srgb_texture" fileprefix="../../../Images/">
<nodegraph name="NG_brass1" colorspace="srgb_texture" fileprefix="resources/Images/">
<tiledimage name="image_color" type="color3">
<parameter name="file" type="filename" value="brass_color.jpg" />
<input name="uvtiling" type="vector2" value="1.0, 1.0"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<materialx version="1.37">
<nodegraph name="NG_wood1" colorspace="srgb_texture" fileprefix="../../../Images/">
<nodegraph name="NG_wood1" colorspace="srgb_texture" fileprefix="resources/Images/">
<tiledimage name="image_color" type="color3">
<parameter name="file" type="filename" value="wood_color.jpg" />
<input name="uvtiling" type="vector2" value="4.0, 4.0"/>
Expand Down

0 comments on commit b6e13f8

Please sign in to comment.