#usda 1.0 ( endTimeCode = 10 framesPerSecond = 24 startTimeCode = -10 ) def Xform "TestXformMulti" { float3 xformOp:scale.timeSamples = { -5: (0.1, 0.1, 0.1), 0: (0.5, 0.5, 0.5), 5: (1, 1, 1), } uniform token[] xformOpOrder = ["xformOp:scale"] }