Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 258 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 258 Bytes

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"
) {
}