From 7f21426a08ee5967a121293af18cc36c99988b08 Mon Sep 17 00:00:00 2001 From: Alex Schwank Date: Fri, 31 May 2019 15:06:46 +0100 Subject: [PATCH] added support for indexed uint primvar values --- pxr/usd/lib/usdGeom/primvar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pxr/usd/lib/usdGeom/primvar.cpp b/pxr/usd/lib/usdGeom/primvar.cpp index d38d1ff157..d1ec15818b 100644 --- a/pxr/usd/lib/usdGeom/primvar.cpp +++ b/pxr/usd/lib/usdGeom/primvar.cpp @@ -346,6 +346,7 @@ UsdGeomPrimvar::ComputeFlattened(VtValue *value, UsdTimeCode time) const _ComputeFlattenedArray(attrVal, indices, value) || _ComputeFlattenedArray(attrVal, indices, value) || _ComputeFlattenedArray(attrVal, indices, value) || + _ComputeFlattenedArray(attrVal, indices, value) || _ComputeFlattenedArray(attrVal, indices, value) || _ComputeFlattenedArray(attrVal, indices, value);