USD: Validate displayColor primvars in the tests
The USD test data files were recently updated to output a `displayColor` attribute. This adds the relevant test verification for it. Pull Request: https://projects.blender.org/blender/blender/pulls/129237
This commit is contained in:
committed by
Jesse Yurkovich
parent
120a178158
commit
15d79cf2b9
@@ -301,6 +301,7 @@ class USDExportTest(AbstractUSDTest):
|
||||
self.check_primvar(prim, "f_float", "VtArray<float>", "uniform", 1)
|
||||
self.check_primvar(prim, "f_color", "VtArray<GfVec4f>", "uniform", 1)
|
||||
self.check_primvar(prim, "f_byte_color", "VtArray<GfVec4f>", "uniform", 1)
|
||||
self.check_primvar(prim, "displayColor", "VtArray<GfVec3f>", "uniform", 1)
|
||||
self.check_primvar(prim, "f_vec2", "VtArray<GfVec2f>", "uniform", 1)
|
||||
self.check_primvar(prim, "f_vec3", "VtArray<GfVec3f>", "uniform", 1)
|
||||
self.check_primvar(prim, "f_quat", "VtArray<GfQuatf>", "uniform", 1)
|
||||
|
||||
Reference in New Issue
Block a user