Skip to content

Commit

Permalink
Matching to Houdini build 18.5.86.
Browse files Browse the repository at this point in the history
  • Loading branch information
SideFX authored and Prisms User committed Jan 10, 2020
1 parent 47bf0e2 commit 7eed3af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/houdini/lib/H_USD/HUSD/HUSD_BindMaterial.C
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,14 @@ husdGetBindPrim( UsdStageRefPtr &stage, const UT_StringRef &path,
{
UT_StringHolder final_path( path );
if( !final_path.isstring() && find_prims )
{
final_path = find_prims->getSharedRootPrim();

UT_WorkBuffer b;
b.format("Binding primitive path not specified.\n Using: {}",
final_path);
HUSD_ErrorScope::addWarning( HUSD_ERR_STRING, b.buffer() );
}

return stage->GetPrimAtPath( HUSDgetSdfPath( final_path ));
}
Expand Down

0 comments on commit 7eed3af

Please sign in to comment.