Files
tinyusdz/tests/usda/dict.usda
Syoyo Fujita 152c1fffa7 Add wise_enum
Refactor PrimAttr.
Change file layout of USDA parser unit test.
2021-08-29 21:33:06 +09:00

20 lines
297 B
Plaintext

#usda 1.0
def Xform "teapot" (
kind = "component"
)
{
def Mesh "Teapot"
{
color3f[] primvars:displayColor = [(1, 1, 1)] (
customData = {
dictionary Maya = {
bool generated = 1
}
}
)
}
}