Added USD relationship information to the unittests

This commit is contained in:
Colin Kennedy 2023-05-15 22:01:57 -07:00
parent f88fb659a4
commit 924c0d8c01
2 changed files with 3 additions and 3 deletions

View file

@ -41,12 +41,12 @@ describe("treesitter USD", function()
},
{
kind = "Property",
name = "xformOpOrder",
name = "thing",
level = 2,
lnum = 11,
col = 9,
end_lnum = 11,
end_col = 81,
end_col = 32,
},
{
kind = "Enum",

View file

@ -8,7 +8,7 @@ def Xform "something" (
{
float3 foo:xformOp:rotateXYZ = (-15.7, -55.8, 0.3)
double3 translate = (153.2, 119.3, 24.7)
uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:rotateXYZ"]
rel thing = </something>
variantSet "variants" = {
"default" {