Quick Reference C++ prim.SetMetadata(pxr::SdfFieldKeys->Comment, "I am a comment"); Python prim.SetMetadata("comment", "I am a comment") USD #usda 1.0 def Sphere "MySphere" ( "I am a comment" ) { }