USD IO: Move to the new Mesh Attributes API for Colors #105347

Merged
Sybren A. Stüvel merged 11 commits from CharlesWardlaw/blender:feature/usd_colors into main 2023-04-14 11:05:38 +02:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 0811dceaa8 - Show all commits

View File

@ -433,7 +433,6 @@ void USDMeshReader::read_color_data_all(Mesh *mesh, const double motionSampleTim
}
pxr::SdfValueTypeName type = pv.GetTypeName();
const char *name_as_string = type.GetAsToken().GetText();
if (!ELEM(type,
pxr::SdfValueTypeNames->Color3hArray,