Skip to content

Latest commit

 

History

History

usd_resolve_info

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Quick Explanation

UsdResolveInfo is meant to inspect where an opinion comes from. It's mainly used in usdview to display information about properties to the user, covered on the usdview_style_documentation page.

C++

stage->GetPrimAtPath(pxr::SdfPath{"/Foo"}).GetAttribute(pxr::TfToken{"bar"}).GetResolveInfo().GetSource()

Python

stage.GetPrimAtPath("/Foo").GetAttribute("bar").GetResolveInfo().GetSource()

Reference

UsdResolveInfo