Files
tinyusdz/tests/usda/triple-single-quotated-string-001.usda
2022-10-31 22:56:06 +09:00

14 lines
189 B
Plaintext

#usda 1.0
(
customLayerData = {
string copyright = '''aaa\''' dora '''
}
defaultPrim = "baked_mesh"
metersPerUnit = 1
upAxis = "Y"
)
def Mesh "baked_mesh" {
}