From: blevin Date: Fri, 12 Jan 2024 18:41:20 +0000 (-0800) Subject: Register UsdImaging data source support for SdfPathExpression. X-Git-Tag: accepted/tizen/unified/x/20250428.070456~5^2~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41ef4f373a23fc422dd4aa72c014ad052172bdf1;p=platform%2Fcore%2Fuifw%2FOpenUSD.git Register UsdImaging data source support for SdfPathExpression. (Internal change: 2311586) --- diff --git a/pxr/usdImaging/usdImaging/dataSourceAttribute.cpp b/pxr/usdImaging/usdImaging/dataSourceAttribute.cpp index 4c868b23e..713bd4ecb 100644 --- a/pxr/usdImaging/usdImaging/dataSourceAttribute.cpp +++ b/pxr/usdImaging/usdImaging/dataSourceAttribute.cpp @@ -78,6 +78,7 @@ static _FactoryMap _CreateFactoryMap() map[SdfValueTypeNames->Matrix4d] = _FactoryImpl; map[SdfValueTypeNames->Normal3fArray] = _FactoryImpl>; map[SdfValueTypeNames->Normal3f] = _FactoryImpl; + map[SdfValueTypeNames->PathExpression] = _FactoryImpl; map[SdfValueTypeNames->Point3fArray] = _FactoryImpl>; map[SdfValueTypeNames->Point3f] = _FactoryImpl; map[SdfValueTypeNames->Quath] = _FactoryImpl;