We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5fd11 commit 241d939Copy full SHA for 241d939
pxr/usdImaging/usdImaging/dataSourceAttributeTypeName.h
@@ -37,6 +37,8 @@ class UsdImagingDataSourceAttributeTypeName : public HdTokenDataSource
37
TfToken GetTypedValue(HdSampledDataSource::Time shutterOffset) override
38
{
39
TF_UNUSED(shutterOffset);
40
+ // We are using the GetAsToken() here since we do not expect an alias
41
+ // other than the "official" type name.
42
return _usdAttr.GetTypeName().GetAsToken();
43
}
44
0 commit comments