diff --git a/models/texture-plane-indexed-primvar-uv-timesampled.usda b/models/texture-plane-indexed-primvar-uv-timesampled.usda old mode 100755 new mode 100644 index d852c030..2d8890e4 --- a/models/texture-plane-indexed-primvar-uv-timesampled.usda +++ b/models/texture-plane-indexed-primvar-uv-timesampled.usda @@ -38,7 +38,7 @@ def Xform "root" ( texCoord2f[] primvars:UVMap = [(0, 0), (0.5, 0), (0.5, 1), (0, 1), (1, 0), (1, 1)] ( interpolation = "faceVarying" ) - int[] primvats:UVMap:indices.timeSamples = { + int[] primvars:UVMap:indices.timeSamples = { 0: [0, 1, 2, 3, 1, 4, 5, 2], 10: [4, 2, 1, 0, 2, 5, 4, 1] } diff --git a/models/texture-plane-indexed-primvar-uv.usda b/models/texture-plane-indexed-primvar-uv.usda old mode 100755 new mode 100644 index 3debd21e..2813acc2 --- a/models/texture-plane-indexed-primvar-uv.usda +++ b/models/texture-plane-indexed-primvar-uv.usda @@ -38,7 +38,7 @@ def Xform "root" ( texCoord2f[] primvars:UVMap = [(0, 0), (0.5, 0), (0.5, 1), (0, 1), (1, 0), (1, 1)] ( interpolation = "faceVarying" ) - int[] primvats:UVMap:indices = [0, 1, 2, 3, 1, 4, 5, 2] + int[] primvars:UVMap:indices = [0, 1, 2, 3, 1, 4, 5, 2] uniform token subdivisionScheme = "none" } }