Skip to content

Commit

Permalink
Merge pull request Autodesk#2814 from Autodesk/gamaj/remove_no_gl_mat…
Browse files Browse the repository at this point in the history
…erial_warning

Remove frequent warning in Arnold/RenderMan shading workflows
  • Loading branch information
seando-adsk authored Jan 11, 2023
2 parents b80b4e7 + b83dbd4 commit 1026efe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mayaUsd/render/vp2RenderDelegate/mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,6 @@ void HdVP2Mesh::_UpdateDrawItem(
}
} else {
drawItemData._shaderIsFallback = true;
TF_WARN("Could not resolve material <%s>\n", materialId.GetText());
}
}

Expand Down

0 comments on commit 1026efe

Please sign in to comment.